infrastructure/ansible/roles/scrutiny/handlers/main.yml
2020-09-21 21:16:00 +01:00

5 lines
98 B
YAML

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