RHEL9-CIS/tasks/section_1/cis_1.9.yml
Mark Bolwell 576475d851
removed skip_ansible_lint tag
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2024-11-19 14:03:46 +00:00

14 lines
319 B
YAML

---
- name: "1.9 | PATCH | Ensure updates, patches, and additional security software are installed"
ansible.builtin.package:
name: "*"
state: latest
notify: Change_requires_reboot
when:
- rhel9cis_rule_1_9
tags:
- level1-server
- level1-workstation
- patch
- rule_1.9