No need to include minifirewall task if the OS is not Debian

This commit is contained in:
Tristan PILAT 2019-05-01 23:21:03 +02:00
parent 7f1efbfc86
commit e1e013052c

View file

@ -24,3 +24,5 @@
- ansible_distribution == "OpenBSD"
- include: minifirewall.yml
when:
- ansible_distribution == "Debian"