From c88d3dec49817606a1b2f4b2c357b682d86fd62b Mon Sep 17 00:00:00 2001 From: Michael Hicks Date: Wed, 4 Mar 2026 11:30:12 -0800 Subject: [PATCH] fixed extra line based yaml lint failing issue Signed-off-by: Michael Hicks --- tasks/section_2/cis_2.1.x.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/section_2/cis_2.1.x.yml b/tasks/section_2/cis_2.1.x.yml index 606e316..0c418af 100644 --- a/tasks/section_2/cis_2.1.x.yml +++ b/tasks/section_2/cis_2.1.x.yml @@ -270,7 +270,6 @@ state: "{{ ('cyrus-imapd' in ansible_facts.packages) | ternary('stopped', omit) }}" masked: true - - name: "2.1.9 | PATCH | Ensure network file system services are not in use" when: rhel9cis_rule_2_1_9 tags: