forked from ansible-lockdown/RHEL9-CIS
lint
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
2eeccbdc69
commit
b3a6f89ae0
1 changed files with 4 additions and 4 deletions
|
|
@ -176,8 +176,8 @@
|
||||||
- name: "2.2.11 | PATCH | Ensure IMAP and POP3 server is not installed"
|
- name: "2.2.11 | PATCH | Ensure IMAP and POP3 server is not installed"
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- dovecot
|
- dovecot
|
||||||
state: absent
|
state: absent
|
||||||
when:
|
when:
|
||||||
- not rhel9cis_dovecot_server
|
- not rhel9cis_dovecot_server
|
||||||
- "'dovecot' in ansible_facts.packages"
|
- "'dovecot' in ansible_facts.packages"
|
||||||
|
|
@ -185,8 +185,8 @@
|
||||||
- name: "2.2.11 | PATCH | Ensure IMAP and POP3 server is not installed"
|
- name: "2.2.11 | PATCH | Ensure IMAP and POP3 server is not installed"
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- cyrus-imapd
|
- cyrus-imapd
|
||||||
state: absent
|
state: absent
|
||||||
when:
|
when:
|
||||||
- not rhel9cis_imap_server
|
- not rhel9cis_imap_server
|
||||||
- "'cyrus-imapd' in ansible_facts.packages"
|
- "'cyrus-imapd' in ansible_facts.packages"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue