mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -07:00
Remove some tab/space issues in previous commits.
This commit is contained in:
parent
6a487409db
commit
c485cb3700
4 changed files with 7 additions and 9 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue