Update CI config to pin python and ansible-lint versions
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							parent
							
								
									83dbdcea3e
								
							
						
					
					
						commit
						4dfc8af94b
					
				| @ -4,7 +4,7 @@ type: docker | |||||||
| name: ansible | name: ansible | ||||||
| steps: | steps: | ||||||
|   - name: ansible-lint |   - name: ansible-lint | ||||||
|     image: python:3.10.7 |     image: python:3.10.6 | ||||||
|     commands: |     commands: | ||||||
|       - pip install -r ansible/requirements.txt > /dev/null 2> /dev/null |       - pip install ansible==6.4.0 ansible-lint==6.4.0 > /dev/null 2> /dev/null | ||||||
|       - ansible-lint ansible |       - ansible-lint ansible | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user