mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Allow None value maximum_timeout for gitlab_runner (#11174)
* change maximum_timeout type to raw * allow None value for maximum_timeout in update_runner * add changelog * update changelog fragment formatting * convert maximum_timeout value of 0 to None * fix sanity check errors * add suggested doc changes * Note version required for timeout disable --------- Co-authored-by: colin <cosulli3@jaguarlandrover.com>
This commit is contained in:
parent
862fe79a22
commit
86d6ef8d0e
2 changed files with 8 additions and 2 deletions
2
changelogs/fragments/11174-gitlab-runner-timeout.yml
Normal file
2
changelogs/fragments/11174-gitlab-runner-timeout.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- gitlab_runner - allow maximum timeout to be disabled by passing ``0`` to ``maximum_timeout`` (https://github.com/ansible-collections/community.general/pull/11174).
|
||||
Loading…
Add table
Add a link
Reference in a new issue