infrastructure/ansible/roles/renovate/handlers/main.yml
Jake Howard 78b0161585
Install renovate
It doesn't quite work, as really it needs docker to correctly update packages. But it's a start for now
2022-01-01 18:23:32 +00:00

5 lines
98 B
YAML

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