[Add runner wake up]

This commit is contained in:
2025-08-22 22:40:20 +02:00
parent 389b66395d
commit b19d230d05

View File

@@ -37,13 +37,15 @@
container: runner
command: act_runner daemon --config .runner
chdir: /data
# detach: true
env:
DOCKER_HOST: unix:///var/run/user/1000/docker.sock
DOCKER_CLIENT_TIMEOUT: 600 # 10min timeout client
BUILDKIT_STEP_LOG_MAX_SIZE: 0 # Pas de limite logs
DOCKER_BUILDKIT: 1
ignore_errors: true
register: register_runner
async: 30
poll: 0
- ansible.builtin.debug:
var: register_runner