mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
13 lines
277 B
YAML
13 lines
277 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
|
|
tags:
|
|
- level1-server
|
|
- level1-workstation
|
|
- patch
|
|
- rule_3.4.1.1
|