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