mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-31 09:01:32 -07:00
downstream: correctly interpolate defaults
This commit is contained in:
parent
52e38f7398
commit
ec47a1c5a8
2 changed files with 5 additions and 5 deletions
|
@ -102,7 +102,7 @@ argument_specs:
|
|||
description: "Root installation directory"
|
||||
type: "str"
|
||||
sso_installdir:
|
||||
default: "{{ keycloak_dest }}/rh-sso-{{ keycloak_version | regex_replace('^([0-9])\\.([0-9]*).*', '\\1.\\2') }}"
|
||||
default: "{{ sso_dest }}/rh-sso-{{ sso_version.split('.')[0] }}.{{ sso_version.split('.')[1] }}"
|
||||
description: "Installation path for Red Hat SSO"
|
||||
type: "str"
|
||||
sso_apply_patches:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue