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
1 changed files with 2 additions and 0 deletions

View File

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