gitlab_runner: Make owned and project mutually exclusive (#4136)

* gitlab_runner: Set owned and project mutually exclusive

* gitlab_runner : Refactor _runners_endpoint usage
This commit is contained in:
Léo GATELLIER
2022-02-16 22:54:46 +01:00
committed by GitHub
parent 988cc82a89
commit 05c3e0d69f
4 changed files with 33 additions and 23 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- 'gitlab_runner - make ``project`` and ``owned`` mutually exclusive (https://github.com/ansible-collections/community.general/pull/4136).'