forked from ansible-lockdown/RHEL9-CIS
Merge pull request #69 from lucab85/devel
Fix 2.2.14 evaluate dnsmasq instead of postfix
This commit is contained in:
commit
8921431707
1 changed files with 1 additions and 2 deletions
|
|
@ -228,9 +228,8 @@
|
|||
ansible.builtin.package:
|
||||
name: dnsmasq
|
||||
state: absent
|
||||
notify: Restart postfix
|
||||
when:
|
||||
- not rhel9cis_is_mail_server
|
||||
- not rhel9cis_dnsmasq_server
|
||||
- "'dnsmasq' in ansible_facts.packages"
|
||||
- rhel9cis_rule_2_2_14
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue