- Remove container: python:3.12-slim (lacked Node.js for actions/checkout)
- Use runner's ubuntu-latest image which has Node.js + Python pre-installed
- Fix deploy job if condition (remove ${{ }} wrapper)
- Enable debug logging in act_runner config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24 lines
439 B
Django/Jinja
24 lines
439 B
Django/Jinja
# Generated by Ansible — do not edit manually
|
|
log:
|
|
level: debug
|
|
|
|
runner:
|
|
capacity: 2
|
|
timeout: 3h
|
|
insecure: false
|
|
|
|
cache:
|
|
enabled: true
|
|
|
|
container:
|
|
# Job containers run on runner-jobs network (has internet access)
|
|
# Docker Compose prefixes project name "services" to network names
|
|
network: services_runner-jobs
|
|
privileged: false
|
|
valid_volumes:
|
|
- "**"
|
|
docker_host: ""
|
|
force_pull: false
|
|
|
|
host:
|
|
workdir_parent:
|