Skip to content

Commit

Permalink
Fixed error of previous commit in zhmc_adapter module
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Nov 19, 2020
1 parent 160c74c commit ef742b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/modules/zhmc_adapter.py
Expand Up @@ -806,9 +806,6 @@ def main():
argument_spec=argument_spec,
supports_check_mode=True)

module.exit_json(
changed=False, adapter=dict(verbosity=module._verbosity))

if not IMP_URLLIB3:
module.fail_json(msg=missing_required_lib("requests"),
exception=IMP_URLLIB3_ERR)
Expand Down

0 comments on commit ef742b7

Please sign in to comment.