4
0
Fork 0
RHEL9-CIS/tasks/check_prereqs.yml
Mark Bolwell acf0104f7a
lint updates
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2023-01-13 12:10:18 +00:00

8 lines
235 B
YAML

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