mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
5 lines
112 B
YAML
5 lines
112 B
YAML
|
- name: "restart systemd-notifier service"
|
||
|
systemd:
|
||
|
name: systemd-notifier.service
|
||
|
daemon_reload: yes
|