infrastructure/ansible/roles/heimdall/handlers/main.yml
2020-10-07 14:09:23 +01:00

5 lines
98 B
YAML

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