forked from ansible-lockdown/RHEL9-CIS
added libselinux requirement
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
91da6ffaa2
commit
fb1c6e9232
1 changed files with 8 additions and 0 deletions
|
|
@ -82,6 +82,14 @@
|
||||||
- level1-server
|
- level1-server
|
||||||
- level1-workstation
|
- level1-workstation
|
||||||
|
|
||||||
|
- name: "PRELIM | Ensure python3-libselinux is installed"
|
||||||
|
package:
|
||||||
|
name: python3-libselinux
|
||||||
|
state: present
|
||||||
|
become: true
|
||||||
|
when:
|
||||||
|
- '"python3-libselinux" not in ansible_facts.packages'
|
||||||
|
|
||||||
- name: "PRELIM | Section 4.1 | Configure System Accounting (auditd)"
|
- name: "PRELIM | Section 4.1 | Configure System Accounting (auditd)"
|
||||||
package:
|
package:
|
||||||
name: audit
|
name: audit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue