infrastructure/ansible/roles/gitea_runner/handlers/main.yml
Jake Howard a6a6fd9e76
Deploy gitea's runner
Unofficial container, because there isn't an official one
2023-03-26 00:01:55 +00:00

5 lines
102 B
YAML

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