Finished backup to swappable implementation

This commit is contained in:
2023-05-02 17:58:16 +02:00
parent 8c04fe88ed
commit 39c7a735a6
17 changed files with 26 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
- name: "restart backups-cleanup.timer"
systemd:
name: backups-cleanup.timer
state: restarted
enabled: yes
daemon_reload: yes