Remove some tab/space issues in previous commits.
This commit is contained in:
parent
c1b7d1bd48
commit
6a7d30d2c2
4 changed files with 7 additions and 9 deletions
4
ec2
4
ec2
|
@ -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>>
|
||||||
|
|
Loading…
Reference in a new issue