Fix lightdm user display

This commit is contained in:
Gašper Fele-Žorž 2025-09-09 10:19:51 +02:00
parent 9d90dbffbe
commit 8b2bbbd240

View file

@ -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