fix borg error not sending notification
This commit is contained in:
parent
62a47c1149
commit
fa95d94c0c
4 changed files with 17 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue