mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix line lenght
This commit is contained in:
parent
027c932a7a
commit
2982a866fc
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ options:
|
|||
required: true
|
||||
provider_type:
|
||||
description:
|
||||
- The name of the "provider type" for the key. That is, V(org.keycloak.storage.UserStorageProvider), V(org.keycloak.userprofile.UserProfileProvider), ...
|
||||
- The name of the "provider type" for the key. That is, V(org.keycloak.storage.UserStorageProvider),
|
||||
V(org.keycloak.userprofile.UserProfileProvider), ...
|
||||
- See U(https://www.keycloak.org/docs/latest/server_development/index.html#_providers).
|
||||
type: str
|
||||
required: true
|
||||
|
|
Loading…
Reference in a new issue