Deploy gitea's runner
Unofficial container, because there isn't an official one
This commit is contained in:
4
ansible/roles/gitea_runner/handlers/main.yml
Normal file
4
ansible/roles/gitea_runner/handlers/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
- name: restart act-runner
|
||||
shell:
|
||||
chdir: /opt/act-runner
|
||||
cmd: "{{ docker_update_command }}"
|
Reference in New Issue
Block a user