mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Update keycloak_client.py (#43547)
* Update keycloak_client.py to document the 'realm' parameter, eliminate E322 ignore
This commit is contained in:
committed by
Alicia Cozine
parent
406b59aeba
commit
cb460dee74
@@ -45,6 +45,10 @@ options:
|
||||
choices: ['present', 'absent']
|
||||
default: 'present'
|
||||
|
||||
realm:
|
||||
description:
|
||||
- The realm to create the client in.
|
||||
|
||||
client_id:
|
||||
description:
|
||||
- Client id of client to be worked on. This is usually an alphanumeric name chosen by
|
||||
|
||||
Reference in New Issue
Block a user