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

5 lines
110 B
YAML
Raw Normal View History

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