mirror of
				https://gitea.0xace.cc/ansible-galaxy/docker.git
				synced 2025-11-04 03:27:25 +00:00 
			
		
		
		
	fix deps installation
This commit is contained in:
		@@ -1,9 +1,11 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
- name: Install deps packages
 | 
					- name: Install apt-transport-https and gnupg
 | 
				
			||||||
  apt:
 | 
					  apt:
 | 
				
			||||||
    name: "{{ docker_deps_packages }}"
 | 
					    name:
 | 
				
			||||||
    state: present
 | 
					      - apt-transport-https
 | 
				
			||||||
 | 
					      - gnupg
 | 
				
			||||||
    update_cache: yes
 | 
					    update_cache: yes
 | 
				
			||||||
 | 
					    state: present
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Add gpg keys for Docker repo
 | 
					- name: Add gpg keys for Docker repo
 | 
				
			||||||
  ansible.builtin.apt_key:
 | 
					  ansible.builtin.apt_key:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user