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

pull/4420/head
Diogo Baeder de Paula Pinto 2017-10-11 04:42:41 -03:00 committed by Toshio Kuratomi
parent a97d8dff5a
commit 5d9090fbd7
1 changed files with 1 additions and 0 deletions

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: