Initial v2

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2024-07-24 14:03:12 +01:00
parent 5c5499fd72
commit 6ea105374a
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9
5 changed files with 136 additions and 115 deletions

View file

@ -1,8 +1,8 @@
---
- 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'
- '"libselinux-python3" not in ansible_facts.packages'
ansible.builtin.package:
name: libselinux-python3
state: present