mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-29 04:19:15 -07:00
Update keycloak_client.py (#43547)
* Update keycloak_client.py to document the 'realm' parameter, eliminate E322 ignore
This commit is contained in:
parent
406b59aeba
commit
cb460dee74
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue