4
0
Fork 0
RHEL9-CIS/tasks/check_prereqs.yml
Mark Bolwell 9368c1e17e
updated for rh9
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2022-05-11 09:57:44 +01:00

8 lines
219 B
YAML

---
- name: "PREREQ | If required install libselinux package to manage file changes."
package:
name: libselinux-python3
state: present
when:
- '"libselinux-python3" not in ansible_facts.packages'