forked from ansible-lockdown/RHEL9-CIS
fix typo
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
de88c96f24
commit
949fcc687d
1 changed files with 2 additions and 2 deletions
|
|
@ -8,10 +8,10 @@
|
|||
|
||||
# Number of seconds of inactivity before the screen goes blank
|
||||
# Set to 0 seconds if you want to deactivate the screensaver.
|
||||
idle-delay=uint32 {{ ubtu22cis_screensaver_idle_delay }}
|
||||
idle-delay=uint32 {{ rhel9cis_screensaver_idle_delay }}
|
||||
|
||||
# Specify the dconf path
|
||||
[org/gnome/desktop/screensaver]
|
||||
|
||||
# Number of seconds after the screen is blank before locking the screen
|
||||
lock-delay=uint32 {{ ubtu22cis_screensaver_lock_delay }}
|
||||
lock-delay=uint32 {{ rhel9cis_screensaver_lock_delay }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue