diff --git a/plugins/modules/env_idbroker.py b/plugins/modules/env_idbroker.py index b564d89a..c5febc8f 100644 --- a/plugins/modules/env_idbroker.py +++ b/plugins/modules/env_idbroker.py @@ -395,7 +395,8 @@ def main(): output = dict( changed=result.changed, - mappings=result.idbroker, + idbroker=result.idbroker, + mappings=result.idbroker, # TODO: Remove this legacy key ) if result.debug: