Compare commits
2 Commits
d963c0ec00
...
0bfe448b34
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bfe448b34 | |||
| 38831f981a |
@@ -182,7 +182,7 @@
|
||||
ansible.builtin.debug:
|
||||
msg: >
|
||||
{{ fw_content }}
|
||||
when: not pve_firewall_enabled
|
||||
when: fw_stat.stat.exists | default(false)
|
||||
|
||||
- name: fail2ban | Determine if firewall enabled
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user