Add task names as required by ansible-lint

This commit is contained in:
Paweł Krawczyk 2021-08-07 12:18:09 +01:00
parent 8fad9d75fd
commit 6084cfce83
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
1 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,8 @@
loop_control: loop_control:
loop_var: groupname loop_var: groupname
- debug: var=nftables_group_rules - name: Debug nftables_group_rules
debug: var=nftables_group_rules
when: nft_debug when: nft_debug
- name: Import nftables-variables if nft_merged_groups is set - name: Import nftables-variables if nft_merged_groups is set
@ -36,7 +37,8 @@
loop_control: loop_control:
loop_var: varfile loop_var: varfile
- debug: var=nft_combined_rules - name: Debug nft_combined_rules
debug: var=nft_combined_rules
when: nft_debug when: nft_debug
- name: Load specific OS vars for nftables - name: Load specific OS vars for nftables