From 3a6108968625b49e0cd069b90e3944b24e0d3659 Mon Sep 17 00:00:00 2001 From: George Nalen Date: Tue, 12 Apr 2022 10:51:28 -0400 Subject: [PATCH] issue #176 fix Signed-off-by: George Nalen --- tasks/section_2/cis_2.2.x.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/section_2/cis_2.2.x.yml b/tasks/section_2/cis_2.2.x.yml index f6ed5a6c..3290a58f 100644 --- a/tasks/section_2/cis_2.2.x.yml +++ b/tasks/section_2/cis_2.2.x.yml @@ -160,7 +160,7 @@ - not rhel8cis_nginx_server - "'nginx' in ansible_facts.packages" when: - - rhel8cis_rule_2_2_9 + - rhel8cis_rule_2_2_10 tags: - level1-server - level1-workstation @@ -169,7 +169,7 @@ - httpd - nginx - webserver - - rule_2.2.9 + - rule_2.2.10 - name: "2.2.11 | PATCH | Ensure IMAP and POP3 server is not installed" package: