
The docker-compose integration would start 2 of the same container, which does bad things to things like databases!
5 lines
100 B
YAML
5 lines
100 B
YAML
- name: restart duplicati
|
|
shell:
|
|
chdir: /opt/duplicati
|
|
cmd: "{{ docker_update_command }}"
|