mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-28 07:31:30 -07:00
add variable for force_frontend_url
This commit is contained in:
parent
98e1633c43
commit
c4b4be3c3b
12 changed files with 17 additions and 83 deletions
|
@ -43,7 +43,7 @@
|
|||
|
||||
- name: Determine latest version
|
||||
ansible.builtin.set_fact:
|
||||
sso_latest_version: "{{ filtered_versions | middleware_automation.keycloak.version_sort | last }}"
|
||||
sso_latest_version: "{{ filtered_versions | middleware_automation.common.version_sort | last }}"
|
||||
when: sso_patch_version is not defined or sso_patch_version | length == 0
|
||||
delegate_to: localhost
|
||||
run_once: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue