6 lines
105 B
YAML

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