SDDm as single files instead of tar. Computer Role on login Screen
This commit is contained in:
parent
19a02722c5
commit
8655671435
3 changed files with 23 additions and 4 deletions
|
@ -80,6 +80,12 @@
|
|||
AllowSuspendThenHibernate=no
|
||||
AllowHybridSleep=no
|
||||
|
||||
- name: Change label on login screen
|
||||
replace:
|
||||
path: /usr/share/sddm/themes/qgm-breeze/Main.qml
|
||||
regexp: 'Netzwerkrechner'
|
||||
replace: "Standalone-Laptop"
|
||||
|
||||
- name: Disable ansible user login
|
||||
ansible.builtin.user:
|
||||
name: ansible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue