Commit c485cb37 by Michael DeHaan

Remove some tab/space issues in previous commits.

parent 6a487409
...@@ -248,9 +248,7 @@ def main(): ...@@ -248,9 +248,7 @@ def main():
} }
instances.append(d) instances.append(d)
result = {"changed": True, module.exit_json(changed=True, instances=instances)
"instances": instances }
module.exit_json(**result)
# this is magic, see lib/ansible/module_common.py # this is magic, see lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>> #<<INCLUDE_ANSIBLE_MODULE_COMMON>>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment