Implemented server tact

This commit is contained in:
2023-04-15 17:06:10 +02:00
parent 0f7a2fcb9e
commit 9f0df846df
24 changed files with 60 additions and 44 deletions

View File

@@ -13,10 +13,10 @@
- name: create backups-cleanup.service
template: src=backups-cleanup.service.j2 dest=/etc/systemd/system/backups-cleanup.service
notify: restart backups-cleanup.service
notify: reload backups-cleanup.service
- name: create backups-cleanup.timer
copy:
src: backups-cleanup.timer
template:
src: backups-cleanup.timer.j2
dest: "/etc/systemd/system/backups-cleanup.timer"
notify: restart backups-cleanup.timer