mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
* gitlab_runner: Set owned and project mutually exclusive
* gitlab_runner : Refactor _runners_endpoint usage
(cherry picked from commit 05c3e0d69f)
Co-authored-by: Léo GATELLIER <26511053+lgatellier@users.noreply.github.com>
This commit is contained in:
@@ -17,8 +17,9 @@ import gitlab
|
||||
|
||||
|
||||
class FakeAnsibleModule(object):
|
||||
def __init__(self):
|
||||
def __init__(self, module_params=None):
|
||||
self.check_mode = False
|
||||
self.params = module_params if module_params else {}
|
||||
|
||||
def fail_json(self, **args):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user