Skip to content

Commit

Permalink
Merge pull request #177 from ansible-lockdown/issue_176_fix
Browse files Browse the repository at this point in the history
issue #176 fix
  • Loading branch information
georgenalen authored Apr 12, 2022
2 parents 49e8a38 + 3a61089 commit 5ed68c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/section_2/cis_2.2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
- not rhel8cis_nginx_server
- "'nginx' in ansible_facts.packages"
when:
- rhel8cis_rule_2_2_9
- rhel8cis_rule_2_2_10
tags:
- level1-server
- level1-workstation
Expand All @@ -169,7 +169,7 @@
- httpd
- nginx
- webserver
- rule_2.2.9
- rule_2.2.10

- name: "2.2.11 | PATCH | Ensure IMAP and POP3 server is not installed"
package:
Expand Down

0 comments on commit 5ed68c8

Please sign in to comment.