RHEL9-CIS/tasks/section_3/cis_3.4.1.1.yml
Mark Bolwell 9b6c06e930
system_is_container updates
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2022-01-18 13:17:57 +00:00

14 lines
309 B
YAML

---
- name: "3.4.1.1 | L1 | PATCH | Ensure a Firewall package is installed"
package:
name: "{{ rhel9cis_firewall }}"
state: present
when:
- rhel9cis_rule_3_4_1_1
- not system_is_container
tags:
- level1-server
- level1-workstation
- patch
- rule_3.4.1.1