Make sure forgejo capacity is numeric
All checks were successful
/ terraform (push) Successful in 45s
/ ansible (push) Successful in 1m41s

This commit is contained in:
Jake Howard 2025-01-05 21:40:21 +00:00
parent bef0a4bc81
commit fa9ed8e328
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ ignore: |
ansible/galaxy_collections
ansible/group_vars/all/vps-hosts.yml
ansible/roles/traefik/files/traefik.yml
ansible/roles/forgejo_runner/files/config.yml
env
rules:

View file

@ -8,7 +8,7 @@ runner:
# Where to store the registration result.
file: /data/.runner
# Execute how many tasks concurrently at the same time.
capacity: "{{ ansible_processor_nproc }}"
capacity: {{ ansible_processor_nproc }}
# Extra environment variables to run jobs.
envs: {}
# Extra environment variables to run jobs from a file.