gitlab_project: add build_timeout option (#9960)

* gitlab_project: add `build_timeout` option

* gitlab_project: document unspecified build_timeout on creation
This commit is contained in:
David Phillips 2025-04-15 08:34:47 +12:00 committed by GitHub
commit ab6e18b6cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- gitlab_project - add option ``build_timeout`` (https://github.com/ansible-collections/community.general/pull/9960).