added package when minimal install
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
c1684508f6
commit
36945eb561
|
@ -243,6 +243,22 @@
|
|||
name: acl
|
||||
state: present
|
||||
|
||||
- name: "PRELIM | PATCH | Install cron"
|
||||
when: ubtu24cis_rule_2_4_1_1
|
||||
tags: always
|
||||
ansible.builtin.package:
|
||||
name: cron
|
||||
state: present
|
||||
|
||||
- name: "PRELIM | PATCH | Install UFW"
|
||||
when:
|
||||
- ubtu24cis_rule_2_4_1_1
|
||||
- ubtu24cis_firewall_package == "ufw"
|
||||
tags: always
|
||||
ansible.builtin.package:
|
||||
name: ufw
|
||||
state: present
|
||||
|
||||
## Optional
|
||||
|
||||
- name: "Optional | PATCH | UFW firewall force to use /etc/sysctl.conf settings"
|
||||
|
|
Loading…
Reference in New Issue