computer-playbook/roles/systemd_notifier/tasks/main.yml

7 lines
203 B
YAML
Raw Normal View History

2023-05-28 22:17:33 +02:00
---
- name: configure systemd-notifier@.service
template:
src: systemd-notifier@.service.j2
dest: "/etc/systemd/system/systemd-notifier@.service"
notify: "restart systemd-notifier service"