mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
parent
5522e9e934
commit
d48415ed57
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ def main():
|
||||||
)
|
)
|
||||||
|
|
||||||
if not HAS_GITLAB_PACKAGE:
|
if not HAS_GITLAB_PACKAGE:
|
||||||
module.fail_json(msg="Missing requried gitlab module (check docs or install with: pip install python-gitlab")
|
module.fail_json(msg="Missing required gitlab module (check docs or install with: pip install python-gitlab")
|
||||||
|
|
||||||
server_url = module.params['server_url']
|
server_url = module.params['server_url']
|
||||||
validate_certs = module.params['validate_certs']
|
validate_certs = module.params['validate_certs']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue