fix 🐛: Fix typo in firewall path variable
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 13s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 12s
PR check / Gitleaks (pull_request) Successful in 4s
PR check / lint tests (pull_request) Successful in 16s
PR check / labeler (pull_request) Successful in 2s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 1s

Corrected a typographical error in the firewall path variable to ensure proper configuration and functionality.
This commit is contained in:
2026-02-25 17:39:13 +01:00
parent fcbe78f3e5
commit 46cac8fc90

View File

@@ -30,7 +30,7 @@
{{ {{
'/etc/pve/firewall/cluster.fw' '/etc/pve/firewall/cluster.fw'
if pve_clustered if pve_clustered
else '/etc/pve/firewall/' + pve_node.stdout + '.fw' else '/etc/pve/firewall/' + pve_node + '.fw'
}} }}
################################################# #################################################