From fcab25c61f67a03fe8493b8948b2481f8a6b3a41 Mon Sep 17 00:00:00 2001 From: Illibur <72218972+Illibur@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:46:30 +0200 Subject: [PATCH] Update cis_6.1.x.yml Fixed: [DEPRECATION WARNING]: Specifying a list of dictionaries for vars is deprecated in favor of specifying a dictionary. This feature will be removed in version 2.18. Signed-off-by: Illibur <72218972+Illibur@users.noreply.github.com> --- tasks/section_6/cis_6.1.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_6/cis_6.1.x.yml b/tasks/section_6/cis_6.1.x.yml index 7bce9c5..f7c33cc 100644 --- a/tasks/section_6/cis_6.1.x.yml +++ b/tasks/section_6/cis_6.1.x.yml @@ -230,7 +230,7 @@ warn_control_id: '6.1.11' when: rhel_09_6_1_11_ungrouped_files_found vars: - - rhel_09_6_1_11_ungrouped_files_found: false + rhel_09_6_1_11_ungrouped_files_found: false when: - rhel9cis_rule_6_1_11 tags: