Adding metadata from existing app to the JSON results, so that, for example, the app port can be referenced later

This commit is contained in:
Diogo Baeder de Paula Pinto 2017-10-11 04:42:41 -03:00 committed by Toshio Kuratomi
parent a97d8dff5a
commit 5d9090fbd7

View file

@ -154,6 +154,7 @@ def main():
# Should check other parameters.
module.exit_json(
changed=False,
result=existing_app,
)
if not module.check_mode: