mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
7 lines
203 B
YAML
7 lines
203 B
YAML
---
|
|
- name: configure systemd-notifier@.service
|
|
template:
|
|
src: systemd-notifier@.service.j2
|
|
dest: "/etc/systemd/system/systemd-notifier@.service"
|
|
notify: "restart systemd-notifier service"
|