From 5b362c5515a6b9b414390e7e2c10bcb9a28a152f Mon Sep 17 00:00:00 2001 From: Roy Scheepers Date: Fri, 11 Oct 2024 17:26:24 +0200 Subject: [PATCH] fix typo in 2.2.17 Signed-off-by: Roy Scheepers --- tasks/section_2/cis_2.2.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/section_2/cis_2.2.x.yml b/tasks/section_2/cis_2.2.x.yml index 3860862a..208f5268 100644 --- a/tasks/section_2/cis_2.2.x.yml +++ b/tasks/section_2/cis_2.2.x.yml @@ -549,7 +549,7 @@ - name: "2.2.17 | PATCH | Ensure web proxy server services are not in use" when: - "'squid' in ansible_facts.packages" - - rhel8cis_rule_2_217 + - rhel8cis_rule_2_2_17 tags: - level1-server - level1-workstation