proxmox-backup: add firewall

This commit is contained in:
Gašper Fele-Žorž 2024-09-10 14:53:46 +02:00
parent f2fbd0c848
commit 11a5ec85b3
3 changed files with 23 additions and 2 deletions

View file

@ -10,3 +10,9 @@
package:
update_cache: yes
when: "'handler' not in ansible_skip_tags"
- name: reload nftables
service:
name: nftables
state: reloaded
when: "'handler' not in ansible_skip_tags"