Update local users to fix dir DNE error
Add default option to all groups
This commit is contained in:
parent
9a1597f374
commit
1e5ce9df65
@ -1,2 +1,4 @@
|
||||
---
|
||||
ansible_user: ansible
|
||||
|
||||
disable_gnome_user_list: True
|
||||
|
1
omni.ini
1
omni.ini
@ -6,6 +6,7 @@ remus
|
||||
novis
|
||||
|
||||
[vms]
|
||||
vm-db-mysql
|
||||
vm-dev-nginx
|
||||
vm-host-gitea
|
||||
vm-host-plex
|
||||
|
@ -116,6 +116,7 @@
|
||||
- name: Configure GDM keyfile
|
||||
become: true
|
||||
blockinfile:
|
||||
create: true
|
||||
path: /etc/dconf/db/gdm.d/00-login-screen
|
||||
block: |
|
||||
[org/gnome/login-screen]
|
||||
|
Reference in New Issue
Block a user