Changed backup logic

This commit is contained in:
2023-12-16 12:22:31 +01:00
parent 829abab877
commit 1bcf06934d
3 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
- name: "start backup-docker-to-local.service"
systemd:
name: backup-docker-to-local.service
state: started
when: force_backup_before_update | bool
- name: create {{update_docker_script}}
copy:
src: update-docker.py