Skip to content
Snippets Groups Projects
Commit 59aeebaa authored by Lars Beckers's avatar Lars Beckers Committed by Thomas Schneider
Browse files

guest-overlay: switch to sddm

parent 7daf2213
No related branches found
No related tags found
No related merge requests found
--- ---
# file: roles/guest-overlay/handlers/main.yml # file: roles/guest-overlay/handlers/main.yml
- name: restart kdm - name: restart sddm
service: name=kdm state=restarted service: name=sddm state=restarted
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
- name: deployment of our pam-mount config - name: deployment of our pam-mount config
copy: src=pam_mount.conf.xml dest=/etc/security/pam_mount.conf.xml copy: src=pam_mount.conf.xml dest=/etc/security/pam_mount.conf.xml
notify: notify:
- restart kdm - restart sddm
tags: tags:
- guest-overlay - guest-overlay
- config - config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment