mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Include repository setup dependancies in flag scope
This commit is contained in:
parent
8b623b2266
commit
0ad2ddd2c6
@ -12,6 +12,7 @@
|
|||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
state: present
|
state: present
|
||||||
|
when: docker_add_repo | bool
|
||||||
|
|
||||||
- name: Ensure additional dependencies are installed (on Ubuntu < 20.04 and any other systems).
|
- name: Ensure additional dependencies are installed (on Ubuntu < 20.04 and any other systems).
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user