Fix lightdm user display
This commit is contained in:
parent
9d90dbffbe
commit
8b2bbbd240
1 changed files with 6 additions and 0 deletions
|
@ -158,6 +158,12 @@
|
|||
- /etc/profile
|
||||
- /etc/bash.bashrc
|
||||
|
||||
- name: Hide users in lightdm
|
||||
lineinfile:
|
||||
path: /etc/lightdm/lightdm.conf
|
||||
regexp: "#?greeter-hide-users="
|
||||
line: greeter-hide-users=true
|
||||
|
||||
- name: Copy authorized_keys
|
||||
copy:
|
||||
src: authorized_keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue