From 6084cfce839d057631d3059c9f762145c3cb5a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Sat, 7 Aug 2021 12:18:09 +0100 Subject: [PATCH] Add task names as required by ansible-lint --- tasks/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7ebd1c5..4fc8902 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -13,7 +13,8 @@ loop_control: loop_var: groupname -- debug: var=nftables_group_rules +- name: Debug nftables_group_rules + debug: var=nftables_group_rules when: nft_debug - name: Import nftables-variables if nft_merged_groups is set @@ -36,7 +37,8 @@ loop_control: loop_var: varfile -- debug: var=nft_combined_rules +- name: Debug nft_combined_rules + debug: var=nft_combined_rules when: nft_debug - name: Load specific OS vars for nftables