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

5 lines
98 B
YAML
Raw Normal View History

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