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

5 lines
96 B
YAML
Raw Normal View History

2022-08-24 22:17:29 +01:00
- name: restart tandoor
shell:
chdir: /opt/tandoor
cmd: "{{ docker_update_command }}"