forked from ansible-lockdown/RHEL9-CIS
Added gui discovery and updated comments
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
078c091232
commit
b12b5dcf50
2 changed files with 11 additions and 6 deletions
|
|
@ -190,6 +190,13 @@
|
|||
- rhel9cis_force_gpg_key_import
|
||||
- ansible_facts.distribution == 'RedHat'
|
||||
|
||||
- name: "PRELIM | Discover Gnome Desktop Environment"
|
||||
ansible.builtin.stat:
|
||||
path: /usr/share/gnome/gnome-version.xml
|
||||
register: prelim_gnome_present
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: "PRELIM | Section 4.1 | Configure System Accounting (auditd)"
|
||||
ansible.builtin.package:
|
||||
name: audit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue