fixed docker role
This commit is contained in:
parent
e9fa43f8e0
commit
abfac6d17c
1 changed files with 6 additions and 6 deletions
|
@ -4,10 +4,10 @@
|
||||||
when: ansible_distribution == 'Ubuntu'
|
when: ansible_distribution == 'Ubuntu'
|
||||||
# tags: package
|
# tags: package
|
||||||
|
|
||||||
- include: debian.yml
|
#- include: debian.yml
|
||||||
when: ansible_os_family == 'Debian'
|
# when: ansible_os_family == 'Debian'
|
||||||
# tags: package
|
## tags: package
|
||||||
|
|
||||||
- include: redhat.yml
|
#- include: redhat.yml
|
||||||
when: ansible_os_family == 'RedHat'
|
# when: ansible_os_family == 'RedHat'
|
||||||
# tags: package
|
## tags: package
|
||||||
|
|
Loading…
Reference in a new issue