infrastructure/ansible/roles/scrutiny/handlers/main.yml

5 lines
98 B
YAML
Raw Normal View History

2020-09-21 21:16:00 +01:00
- name: restart scrutiny
shell:
chdir: /opt/scrutiny
cmd: "{{ docker_update_command }}"