Skip to content

Commit

Permalink
Merge pull request #69 from lucab85/devel
Browse files Browse the repository at this point in the history
Fix 2.2.14 evaluate dnsmasq instead of postfix
  • Loading branch information
uk-bolly authored Jul 6, 2023
2 parents 166e231 + 9709779 commit 8921431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/section_2/cis_2.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8921431

Please sign in to comment.