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