5 lines
102 B
YAML
5 lines
102 B
YAML
|
|
---
|
||
|
|
- name: Reload nftables
|
||
|
|
ansible.builtin.command: nft -f /etc/nftables.conf
|
||
|
|
changed_when: true
|