4
0
Fork 0

updated issues and added improvements

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-04-25 16:58:11 +01:00
parent 49ab8c6f9f
commit a8602689b8
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
7 changed files with 18 additions and 12 deletions

View file

@ -21,8 +21,11 @@
- name: "3.4.1.2 | PATCH | Ensure iptables-services not installed with firewalld | Stop running services"
systemd:
name: "{{ item }}"
state: stopped
enabled: false
masked: true
with_items:
- iptables
- ip6tables
when: item in ansible_facts.packages
- name: "3.4.1.2 | PATCH | Ensure iptables-services not installed with firewalld | remove iptables-services pkg "
package: