[Add runner wake up]

This commit is contained in:
2025-08-22 22:58:18 +02:00
parent be99624404
commit 94ab2f6c7d

View File

@@ -24,6 +24,9 @@
- runner
state: present
- ansible.builtin.pause:
seconds: 60
- community.docker.docker_container_exec:
container: runner
command: "act_runner register --instance http://gitea:3000 --labels ubuntu-latest --no-interactive --ephemeral --name runner --token {{ token_register_runner }}"
@@ -46,7 +49,7 @@
DOCKER_HOST: unix:///var/run/user/1000/docker.sock
ignore_errors: true
register: register_runner
async: 30
async: 0
poll: 0
- ansible.builtin.debug: