Use requirements.yml for galaxy
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m57s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m57s
				
			This commit is contained in:
		| @@ -2,5 +2,3 @@ strict: true | ||||
| use_default_rules: true | ||||
| skip_list: | ||||
|   - args[module] | ||||
| exclude_paths: | ||||
|   - "!infra/**/*playbook.yaml" | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/infra.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/infra.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -29,7 +29,7 @@ jobs: | ||||
|           apt update | ||||
|           apt install -y python3-pip | ||||
|           pip3 install -r requirements.txt | ||||
|           ansible-galaxy collection install community.general community.docker infisical.vault --force | ||||
|           ansible-galaxy collection install -r requirements.yml --force | ||||
|  | ||||
|       - name: Run ansible-lint | ||||
|         uses: ansible/ansible-lint@v6 | ||||
|   | ||||
							
								
								
									
										4
									
								
								requirements.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								requirements.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| collections: | ||||
|   - name: community.general | ||||
|   - name: community.docker | ||||
|   - name: infisical.vault | ||||
		Reference in New Issue
	
	Block a user