Compare commits
	
		
			2 commits
		
	
	
		
			
				e0d14e27b3
			
			...
			
				2908f1270f
			
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2908f1270f | |||
| a60946b3b8 | 
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -24,7 +24,7 @@ jobs:
 | 
				
			||||||
      # work in our environmnet.
 | 
					      # work in our environmnet.
 | 
				
			||||||
      # Rather manually setup python (pip) before instead.
 | 
					      # Rather manually setup python (pip) before instead.
 | 
				
			||||||
      - name: Run ansible-lint
 | 
					      - name: Run ansible-lint
 | 
				
			||||||
        uses: https://github.com/ansible/ansible-lint@v24.10.0
 | 
					        uses: https://github.com/ansible/ansible-lint@d7cd7cfa2469536527aceaef9ef2ec6f2fb331cb # v25.9.2
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          setup_python: "false"
 | 
					          setup_python: "false"
 | 
				
			||||||
          requirements_file: "requirements.yml"
 | 
					          requirements_file: "requirements.yml"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  prometheus:
 | 
					  prometheus:
 | 
				
			||||||
    image: docker.io/prom/prometheus:v3.7.1
 | 
					    image: docker.io/prom/prometheus:v3.7.2@sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7
 | 
				
			||||||
    container_name: prometheus
 | 
					    container_name: prometheus
 | 
				
			||||||
    command:
 | 
					    command:
 | 
				
			||||||
      - '--config.file=/etc/prometheus/prometheus.yml'
 | 
					      - '--config.file=/etc/prometheus/prometheus.yml'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue