mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +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
|
||||
|
||||
@@ -576,7 +576,6 @@ lib/ansible/modules/files/synchronize.py E325
|
||||
lib/ansible/modules/files/synchronize.py E327
|
||||
lib/ansible/modules/files/unarchive.py E323
|
||||
lib/ansible/modules/identity/cyberark/cyberark_user.py E324
|
||||
lib/ansible/modules/identity/keycloak/keycloak_client.py E322
|
||||
lib/ansible/modules/identity/keycloak/keycloak_client.py E324
|
||||
lib/ansible/modules/identity/keycloak/keycloak_client.py E325
|
||||
lib/ansible/modules/identity/keycloak/keycloak_clienttemplate.py E324
|
||||
|
||||
Reference in New Issue
Block a user