mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-04 08:04:16 +02:00
6 lines
105 B
YAML
6 lines
105 B
YAML
---
|
|
- name: Restart systemd-logind
|
|
become: yes
|
|
systemd:
|
|
name: systemd-logind
|
|
state: restarted |