Add backup volumes

This commit is contained in:
Tobias Reisinger 2023-12-18 02:17:09 +01:00
parent 4f78590e8a
commit 13100548b9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 10 additions and 5 deletions
roles/backup/tasks

View file

@ -75,7 +75,8 @@
cmd: docker compose build --pull
chdir: "{{ service_path }}"
register: cmd_result
changed_when: true # TODO
when: docker_rebuild
changed_when: true
- name: Verify service
ansible.builtin.command: