fix borg error not sending notification

This commit is contained in:
Pim Kunis 2023-08-08 11:38:05 +02:00
parent 62a47c1149
commit fa95d94c0c
4 changed files with 17 additions and 3 deletions

View file

@ -35,6 +35,12 @@
dest: /etc/systemd/system/backup.timer
notify: systemd daemon reload
- name: Copy systemd backup failure service
template:
src: "{{ role_path }}/backup-failure.service.j2"
dest: /etc/systemd/system/backup-failure.service
notify: systemd daemon reload
- name: Enable backup timer
systemd:
name: backup.timer