Fix ansible-lint errors

This commit is contained in:
Tobias Reisinger 2025-06-24 19:10:07 +02:00
parent 503bd8b396
commit b098704e23
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
10 changed files with 21 additions and 26 deletions

View file

@ -7,13 +7,6 @@ runner:
file: /data/.runner
# Execute how many tasks concurrently at the same time.
capacity: 1
# Extra environment variables to run jobs.
#envs:
# A_TEST_ENV_NAME_1: a_test_env_value_1
# A_TEST_ENV_NAME_2: a_test_env_value_2
# Extra environment variables to run jobs from a file.
# It will be ignored if it's empty or the file doesn't exist.
#env_file: .env
# The timeout for a job to be finished.
# Please note that the Forgejo instance also has a timeout (3h by default) for the job.
# So the job could be stopped by the Forgejo instance if it's timeout is shorter than this.