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