mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 05:34:16 +00:00
chore(matrix_member): set module to always return changed in check_mode
This commit is contained in:
parent
3892bc6014
commit
dd8ef85524
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ async def run_module():
|
|||
|
||||
# Handle ansible check mode
|
||||
if module.check_mode:
|
||||
result["changed"] = True
|
||||
result["members"] = user_ids
|
||||
await module.exit_json(**result)
|
||||
|
||||
|
|
Loading…
Reference in a new issue