From 525b1b7283b1296af84bec721feb6cd7143209bb Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Wed, 2 Feb 2022 11:22:28 +0000 Subject: [PATCH] masked only Signed-off-by: Mark Bolwell --- tasks/section_3/cis_3.4.2.x.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/section_3/cis_3.4.2.x.yml b/tasks/section_3/cis_3.4.2.x.yml index b199ac9..68b08dc 100644 --- a/tasks/section_3/cis_3.4.2.x.yml +++ b/tasks/section_3/cis_3.4.2.x.yml @@ -17,7 +17,6 @@ - name: "3.4.2.2 | L1 | PATCH | Ensure iptables is not enabled with firewalld" systemd: name: iptables - enabled: false masked: true when: - rhel9cis_firewall == "firewalld"