mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-22 22:11:52 -07:00
keycloak_quarkus: Rebuild config and restart service for local providers (#249)
This commit is contained in:
parent
333d55ad73
commit
68a0f88423
2 changed files with 5 additions and 4 deletions
|
@ -200,7 +200,7 @@ keycloak_quarkus_providers:
|
|||
- id: http-client # required; "{{ id }}.jar" identifies the file name on RHBK
|
||||
spi: connections # required if neither url, local_path nor maven are specified; required for setting properties
|
||||
default: true # optional, whether to set default for spi, default false
|
||||
restart: true # optional, whether to restart, default true
|
||||
restart: true # optional, whether to rebuild config and restart the service after deploying, default true
|
||||
url: https://.../.../custom_spi.jar # optional, url for download via http
|
||||
local_path: my_theme_spi.jar # optional, path on local controller for SPI to be uploaded
|
||||
maven: # optional, for download using maven
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue