Skip to content

Commit

Permalink
applying tags on includes
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Jan 28, 2023
1 parent 31e07ad commit 4ccdbb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions tasks/table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4ccdbb5

Please sign in to comment.