6 lines
106 B
YAML

---
- name: Restart systemd-logind
become: true
systemd:
name: systemd-logind
state: restarted