mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00: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:
committed by
Toshio Kuratomi
parent
a97d8dff5a
commit
5d9090fbd7
@@ -154,6 +154,7 @@ def main():
|
||||
# Should check other parameters.
|
||||
module.exit_json(
|
||||
changed=False,
|
||||
result=existing_app,
|
||||
)
|
||||
|
||||
if not module.check_mode:
|
||||
|
||||
Reference in New Issue
Block a user