mirror of
https://gitea.0xace.cc/ansible-galaxy/docker.git
synced 2025-04-06 00:01:57 +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:
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user