Skip to content
Snippets Groups Projects
Commit b26e603c authored by Hinrikus Wolf's avatar Hinrikus Wolf Committed by Thomas Schneider
Browse files

client: add handler for restarting sddm

parent 4916c556
No related branches found
No related tags found
No related merge requests found
--- ---
# file: roles/client/handlers/main.yml # file: roles/client/handlers/main.yml
- name: update apt cache: - name: update apt cache
apt: update_cache=yes apt: update_cache=yes
- name: restart kdm - name: restart sddm
service: name=sddm state=restarted service: name=sddm state=restarted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment