Skip to content

Commit

Permalink
Merge a676e76 into 160c74c
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Nov 19, 2020
2 parents 160c74c + a676e76 commit 3079514
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 3079514

Please sign in to comment.