#145 - CR changes

This commit is contained in:
Helmut Wolf 2024-01-15 14:40:46 +01:00
commit 922e4c10f5
3 changed files with 2 additions and 2 deletions

View file

@ -90,7 +90,6 @@ Role Defaults
| Variable | Description | Default |
|:---------|:------------|:---------|
|`keycloak_quarkus_offline_install` | Perform an offline install | `False`|
|`keycloak_quarkus_download_url`| Download URL for keycloak | `https://github.com/keycloak/keycloak/releases/download/<version>/<archive>`|
|`keycloak_quarkus_version`| keycloak.org package version | `23.0.1` |
|`keycloak_quarkus_dest`| Installation root path | `/opt/keycloak` |
|`keycloak_quarkus_download_url` | Download URL for keycloak | `https://github.com/keycloak/keycloak/releases/download/{{ keycloak_quarkus_version }}/{{ keycloak_quarkus_archive }}` |

View file

@ -71,7 +71,7 @@ argument_specs:
type: "bool"
keycloak_service_restart_always:
default: false
description: "systemd restart always behavior of service"
description: "systemd restart always behavior of service; takes precedence over keycloak_service_restart_on_failure if true"
type: "bool"
keycloak_service_restart_on_failure:
default: false