Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-04-04 19:30:40 +01:00
parent 2eeccbdc69
commit b3a6f89ae0
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -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"