main.yml 102 B

1234
  1. ---
  2. - name: reload nftables
  3. ansible.builtin.command: nft -f {{ geo_nft_file }}
  4. changed_when: true