fixed docker role

This commit is contained in:
panda 2020-03-14 00:46:06 +01:00
parent e9fa43f8e0
commit abfac6d17c

View file

@ -4,10 +4,10 @@
when: ansible_distribution == 'Ubuntu'
# tags: package
- include: debian.yml
when: ansible_os_family == 'Debian'
# tags: package
#- include: debian.yml
# when: ansible_os_family == 'Debian'
## tags: package
- include: redhat.yml
when: ansible_os_family == 'RedHat'
# tags: package
#- include: redhat.yml
# when: ansible_os_family == 'RedHat'
## tags: package