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"
|
- name: "PRELIM | Discover Gnome Desktop Environment"
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: /usr/share/gnome/gnome-version.xml
|
path: /usr/share/gnome/gnome-version.xml
|
||||||
register: prelim_gnome_present
|
register: prelim_gnome_present
|
||||||
|
|
||||||
- name: "PRELIM | Install dconf if gui installed"
|
- name: "PRELIM | Install dconf if gui installed"
|
||||||
when:
|
when:
|
||||||
- rhel9cis_gui
|
- rhel9cis_gui
|
||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name: dconf
|
name: dconf
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: "PRELIM | AUDIT | Wireless adapter pre-requisites"
|
- name: "PRELIM | AUDIT | Wireless adapter pre-requisites"
|
||||||
when:
|
when:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue