infrastructure/ansible/roles/website/handlers/main.yml
2022-10-29 18:09:30 +01:00

5 lines
96 B
YAML

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