Implemented cleanup procedure for failed backups

This commit is contained in:
2023-11-04 14:36:55 +01:00
parent 1a02d833a6
commit 64d8098612
12 changed files with 44 additions and 6 deletions

View File

@@ -1,12 +1,11 @@
- name: "reload pull-remote-backups service"
systemd:
name: pull-remote-backups.service
state: reloaded
enabled: yes
daemon_reload: yes
- name: "restart pull-remote-backups timer"
systemd:
name: pull-remote-backups.timer
state: restarted
state: started
enabled: yes
daemon_reload: yes