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
- name: restart kdm
service: name=kdm state=restarted
- name: restart sddm
service: name=sddm state=restarted
......@@ -62,7 +62,7 @@
- name: deployment of our pam-mount config
copy: src=pam_mount.conf.xml dest=/etc/security/pam_mount.conf.xml
notify:
- restart kdm
- restart sddm
tags:
- guest-overlay
- config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment