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