4
0
Fork 0

tidy up vars

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-04-01 17:09:53 +01:00
parent 2565df6047
commit 2d21f8a98e
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
10 changed files with 45 additions and 99 deletions

View file

@ -7,7 +7,6 @@
- iptables-services
state: present
when:
- rhel9cis_firewall == "iptables"
- rhel9cis_rule_3_4_3_1_1
tags:
- level1-server
@ -22,7 +21,6 @@
name: nftables
state: absent
when:
- rhel9cis_firewall == "iptables"
- rhel9cis_rule_3_4_3_1_2
tags:
- level1-server
@ -39,7 +37,6 @@
name: firewalld
state: absent
when:
- rhel9cis_firewall == "iptables"
- rhel9cis_rule_3_4_3_1_3
tags:
- level1-server