mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-18 08:16:04 +02:00
Added draft for lid-switch
This commit is contained in:
6
roles/pc-lid-switch/handlers/main.yml
Normal file
6
roles/pc-lid-switch/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Restart systemd-logind
|
||||
become: yes
|
||||
systemd:
|
||||
name: systemd-logind
|
||||
state: restarted
|
Reference in New Issue
Block a user