Skip to content

Commit 7e48203

Browse files
authored
Update env_idbroker return value to 'idbroker' from 'mappings' (#92)
* Update env_idbroker return value to 'idbroker' from 'mappings' * Keep legacy return key, 'mappings'. Signed-off-by: Webster Mudge <[email protected]>
1 parent f2143c4 commit 7e48203

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/modules/env_idbroker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,8 @@ def main():
395395

396396
output = dict(
397397
changed=result.changed,
398-
mappings=result.idbroker,
398+
idbroker=result.idbroker,
399+
mappings=result.idbroker, # TODO: Remove this legacy key
399400
)
400401

401402
if result.debug:

0 commit comments

Comments
 (0)