mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Allow gitlab_runner to function for non-admin users (#1491)
* Allow gitlab_runner to function for non-admin users * Fix errant whitespace * Allow later python-gitlab versions * gitlab_runner: Switch to feature instead of bugfix, add examples * Fix version_added in gitlab_runner * Cleanup documentation for gitlab_runner fix * Update plugins/modules/source_control/gitlab/gitlab_runner.py Co-authored-by: Brendan Batliner <brendan.batliner@gmail.com> * Update plugins/modules/source_control/gitlab/gitlab_runner.py Co-authored-by: Felix Fontein <felix@fontein.de> * Revert docs change * Clarify docs * Clarify docs Co-authored-by: Brendan Batliner <brendan.batliner@gmail.com> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
298e0f60be
commit
11cb136971
5 changed files with 93 additions and 28 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
minor_changes:
|
||||
- gitlab_runner - add ``owned`` option to allow non-admin use (https://github.com/ansible-collections/community.general/pull/1491).
|
||||
bugfixes:
|
||||
- gitlab_runner - fix compatiblity with some versions of python-gitlab (https://github.com/ansible-collections/community.general/pull/1491).
|
Loading…
Add table
Add a link
Reference in a new issue