From 0198d93f687357d4c173395cbccc68336b3b9b9a Mon Sep 17 00:00:00 2001 From: Brian Brooks Date: Wed, 12 Sep 2018 00:22:54 -0400 Subject: [PATCH] Update keycloak_client.py (#45505) Slightly improve wording about lack of input sanity checking on API calls. +label: docsite_pr --- lib/ansible/modules/identity/keycloak/keycloak_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/identity/keycloak/keycloak_client.py b/lib/ansible/modules/identity/keycloak/keycloak_client.py index f6e0fc7658b..22371a8afac 100644 --- a/lib/ansible/modules/identity/keycloak/keycloak_client.py +++ b/lib/ansible/modules/identity/keycloak/keycloak_client.py @@ -32,7 +32,7 @@ description: Keycloak API and its documentation at U(http://www.keycloak.org/docs-api/3.3/rest-api/). Aliases are provided so camelCased versions can be used as well. - - The Keycloak API does not always enforce for only sensible settings to be used -- you can set + - The Keycloak API does not always sanity check inputs e.g. you can set SAML-specific settings on an OpenID Connect client for instance and vice versa. Be careful. If you do not specify a setting, usually a sensible default is chosen.