4
0
Fork 0
RHEL9-CIS/tasks/check_prereqs.yml

8 lines
223 B
YAML
Raw Normal View History

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