mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Documentation/default fix for keycloak modules (#37192)
* fix validate_certs doc and remove default for auth_client_id * document admin-cli default instead of removing it
This commit is contained in:
@@ -31,6 +31,7 @@ options:
|
||||
auth_client_id:
|
||||
description:
|
||||
- OpenID Connect I(client_id) to authenticate to the API with.
|
||||
default: admin-cli
|
||||
required: true
|
||||
|
||||
auth_realm:
|
||||
@@ -60,4 +61,5 @@ options:
|
||||
description:
|
||||
- Verify TLS certificates (do not disable this in production).
|
||||
default: True
|
||||
type: bool
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user