mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 20:15:55 +00:00
AMW-528 Deployment fails in keycloak_quarkus due to missing escalation variables
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
ansible.builtin.file:
|
||||
path: "{{ keycloak.home }}/data/tmp/kc-gzip-cache"
|
||||
state: absent
|
||||
become: "{{ keycloak_quarkus_invalidate_theme_cache_require_privilege_escalation }}"
|
||||
become: "{{ keycloak_quarkus_invalidate_theme_cache_require_privilege_escalation | default(true) }}"
|
||||
|
||||
Reference in New Issue
Block a user