mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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