blob: 919119e4c05e067b054377e1c8ef55546d86db58 (
plain) (
blame)
1
2
3
4
5
6
7
|
---
- name: restart lightdm
debug:
msg: "Lightdm needs a manual restart. This is not done automatically since any logged in user would be logged-off!"
# service:
# name: lightdm
# state: restarted
|