Add backup volumes
This commit is contained in:
parent
4f78590e8a
commit
13100548b9
3 changed files with 10 additions and 5 deletions
roles/backup/tasks
|
@ -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:
|
||||
|
|
Reference in a new issue