Merge pull request 'refactor ♻️: Check for firewall file existence before debugging' (#51) from dev into main
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 12s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 6s
Mark stale issues and pull requests / stale (push) Successful in 2s

Reviewed-on: #51
This commit was merged in pull request #51.
This commit is contained in:
2026-03-01 20:05:15 +01:00

View File

@@ -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: