mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 04:00:31 -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:
|
||||
result['msg'] = 'Would remove permission'
|
||||
result['msg'] = 'Would remove resource'
|
||||
else:
|
||||
kc.remove_authz_permission(id=resource['_id'], client_id=cid, realm=realm)
|
||||
result['msg'] = 'Resource removed'
|
||||
|
|
Loading…
Add table
Reference in a new issue