forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
collections:
 | 
						|
  # Install a collection from Ansible Galaxy.
 | 
						|
  - name: debops.debops
 | 
						|
    version: ">=3.1.0"
 | 
						|
    source: https://galaxy.ansible.com
 | 
						|
  - name: community.sops
 | 
						|
    version: ">=2.2.4"
 | 
						|
    source: https://galaxy.ansible.com
 |