infrastructure/ansible/roles/website/handlers/main.yml
2020-08-04 20:54:34 +01:00

5 lines
105 B
YAML

- name: restart website
shell:
chdir: /opt/theorangeone.net
cmd: "{{ docker_update_command }}"