infrastructure/ansible/roles/upload/handlers/main.yml
Jake Howard 86a398d6b4
Replace docker-compose restart hack with shell handler hack
The docker-compose integration would start 2 of the same container, which does bad things to things like databases!
2020-06-28 20:13:12 +01:00

5 lines
94 B
YAML

- name: restart upload
shell:
chdir: /opt/upload
cmd: "{{ docker_update_command }}"