diff --git a/tasks/main.yml b/tasks/main.yml index 12d97e1..716a601 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -107,6 +107,9 @@ with_dict: "{{ NFT_CONFIG.tables }}" no_log: true # less verbose output tags: config + args: + apply: + tags: config - name: NFTables | Installing bash-completion ansible.builtin.apt: diff --git a/tasks/table.yml b/tasks/table.yml index 6a83448..24dfd93 100644 --- a/tasks/table.yml +++ b/tasks/table.yml @@ -30,6 +30,9 @@ with_dict: "{{ nft_table.chains }}" no_log: true # less verbose output tags: config + args: + apply: + tags: config - name: "NFTables | Table '{{ nft_table_name }}' | Copying table config" ansible.builtin.template: