From b3a6f89ae0471b3126aed9ac121e9cf3acd1cb17 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 4 Apr 2022 19:30:40 +0100 Subject: [PATCH] lint Signed-off-by: Mark Bolwell --- tasks/section_2/cis_2.2.x.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/section_2/cis_2.2.x.yml b/tasks/section_2/cis_2.2.x.yml index 53e01ae..7ba7bb4 100644 --- a/tasks/section_2/cis_2.2.x.yml +++ b/tasks/section_2/cis_2.2.x.yml @@ -176,8 +176,8 @@ - name: "2.2.11 | PATCH | Ensure IMAP and POP3 server is not installed" package: name: - - dovecot - state: absent + - dovecot + state: absent when: - not rhel9cis_dovecot_server - "'dovecot' in ansible_facts.packages" @@ -185,8 +185,8 @@ - name: "2.2.11 | PATCH | Ensure IMAP and POP3 server is not installed" package: name: - - cyrus-imapd - state: absent + - cyrus-imapd + state: absent when: - not rhel9cis_imap_server - "'cyrus-imapd' in ansible_facts.packages"