mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
8 lines
235 B
YAML
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'
|