From 4ccdbb54036d3f6b4a7fa7788b2b3cd07f4b2c1b Mon Sep 17 00:00:00 2001 From: AnsibleGuy Date: Sat, 28 Jan 2023 16:22:05 +0100 Subject: [PATCH] applying tags on includes --- tasks/main.yml | 3 +++ tasks/table.yml | 3 +++ 2 files changed, 6 insertions(+) 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: