mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
Merge pull request #7 from ansible-lockdown/gui_updates
updated for gui discovery and dconf install
This commit is contained in:
commit
98795d440c
2 changed files with 17 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ rhel9cis_warning_banner: Authorized uses only. All activity may be monitored and
|
|||
|
||||
## Control 1.8.x - Settings for GDM
|
||||
## 1.8 GDM graphical interface
|
||||
rhel9cis_gui: false
|
||||
rhel9cis_gui: "{{ prelim_gnome_present.stat.exists | default(false) }}"
|
||||
# This variable specifies the GNOME configuration database file to which configurations are written.
|
||||
# (See "https://help.gnome.org/admin/system-admin-guide/stable/dconf-keyfiles.html.en")
|
||||
# The default database is 'local'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue