Skip to content

Commit 1e23891

Browse files
committed
Update env_idbroker return value to 'idbroker' from 'mappings'
Signed-off-by: Webster Mudge <[email protected]>
1 parent c781dff commit 1e23891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/env_idbroker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def main():
394394

395395
output = dict(
396396
changed=result.changed,
397-
mappings=result.idbroker,
397+
idbroker=result.idbroker,
398398
)
399399

400400
if result.debug:

0 commit comments

Comments
 (0)