RHEL9-CIS/tasks/section_1/cis_1.9.yml
Mark Bolwell f808f30173
updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2022-03-30 11:08:18 +01:00

17 lines
373 B
YAML

---
- name: "1.9 | PATCH | Ensure updates, patches, and additional security software are installed"
package:
name: "*"
state: latest
notify: change_requires_reboot
when:
- rhel8cis_rule_1_9
- not system_is_ec2
tags:
- level1-server
- level1-workstation
- automated
- patch
- rule_1.9
- skip_ansible_lint