Finished backup-to-swappable draft

This commit is contained in:
2023-04-26 22:12:40 +02:00
parent 6a4dea3582
commit 7eed695623
40 changed files with 115 additions and 37 deletions

View File

@@ -0,0 +1,12 @@
- name: "reload backup-to-swappable.service"
systemd:
name: backup-to-swappable.service
state: reloaded
enabled: yes
daemon_reload: yes
- name: "restart backup-to-swappable.timer"
systemd:
name: backup-to-swappable.timer
state: restarted
enabled: yes
daemon_reload: yes