parent
5522e9e934
commit
d48415ed57
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ def main():
|
|||
)
|
||||
|
||||
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']
|
||||
validate_certs = module.params['validate_certs']
|
||||
|
|
Loading…
Reference in a new issue