modified docker role to add debian file

This commit is contained in:
panda 2021-02-06 22:51:19 +01:00
parent 467261cd5b
commit 6db264835d

View file

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