mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Update plugins/modules/keycloak_authz_resource.py
Co-authored-by: Mark Armstrong <markparmstrong@gmail.com>
This commit is contained in:
parent
aa9dde295f
commit
8943796f84
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ def main():
|
||||||
}
|
}
|
||||||
|
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
result['msg'] = 'Would remove permission'
|
result['msg'] = 'Would remove resource'
|
||||||
else:
|
else:
|
||||||
kc.remove_authz_permission(id=resource['_id'], client_id=cid, realm=realm)
|
kc.remove_authz_permission(id=resource['_id'], client_id=cid, realm=realm)
|
||||||
result['msg'] = 'Resource removed'
|
result['msg'] = 'Resource removed'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue