forked from ansible-lockdown/RHEL9-CIS
lint updates
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
b7963f7c11
commit
fa13b06b1f
1 changed files with 6 additions and 6 deletions
|
|
@ -161,19 +161,19 @@
|
|||
|
||||
- name: "PRELIM | Discover Gnome Desktop Environment"
|
||||
tags:
|
||||
- always
|
||||
- always
|
||||
ansible.builtin.stat:
|
||||
path: /usr/share/gnome/gnome-version.xml
|
||||
path: /usr/share/gnome/gnome-version.xml
|
||||
register: prelim_gnome_present
|
||||
|
||||
- name: "PRELIM | Install dconf if gui installed"
|
||||
when:
|
||||
- rhel9cis_gui
|
||||
- rhel9cis_gui
|
||||
tags:
|
||||
- always
|
||||
- always
|
||||
ansible.builtin.package:
|
||||
name: dconf
|
||||
state: present
|
||||
name: dconf
|
||||
state: present
|
||||
|
||||
- name: "PRELIM | AUDIT | Wireless adapter pre-requisites"
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue