mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
11cb136971
* 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>
5 lines
306 B
YAML
5 lines
306 B
YAML
---
|
|
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).
|