forked from evolix/ansible-roles
No need to include minifirewall task if the OS is not Debian
This commit is contained in:
parent
7f1efbfc86
commit
e1e013052c
1 changed files with 2 additions and 0 deletions
|
@ -24,3 +24,5 @@
|
|||
- ansible_distribution == "OpenBSD"
|
||||
|
||||
- include: minifirewall.yml
|
||||
when:
|
||||
- ansible_distribution == "Debian"
|
||||
|
|
Loading…
Add table
Reference in a new issue