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:
parent
a97d8dff5a
commit
5d9090fbd7
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ def main():
|
|||
# Should check other parameters.
|
||||
module.exit_json(
|
||||
changed=False,
|
||||
result=existing_app,
|
||||
)
|
||||
|
||||
if not module.check_mode:
|
||||
|
|
Loading…
Reference in a new issue