From b72e3bb568b37eca4fee87450cff78e83cd64257 Mon Sep 17 00:00:00 2001 From: Eike Frost Date: Wed, 30 May 2018 09:32:33 +0200 Subject: [PATCH] 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 --- lib/ansible/utils/module_docs_fragments/keycloak.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/utils/module_docs_fragments/keycloak.py b/lib/ansible/utils/module_docs_fragments/keycloak.py index 964ca98d295..bd0c36b20bd 100644 --- a/lib/ansible/utils/module_docs_fragments/keycloak.py +++ b/lib/ansible/utils/module_docs_fragments/keycloak.py @@ -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 '''