optimized backups-cleanup

This commit is contained in:
2021-06-19 13:10:59 +02:00
parent 85ffc968df
commit 6a5db94ade
7 changed files with 52 additions and 3 deletions

View File

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