AMW-528 Deployment fails in keycloak_quarkus due to missing escalation variables

This commit is contained in:
Ranabir Chakraborty
2026-05-20 23:51:34 +05:30
parent 4cc360052e
commit 0b2f2786dd
36 changed files with 106 additions and 106 deletions

View File

@@ -4,4 +4,4 @@
name: keycloak
enabled: true
state: stopped
become: "{{ keycloak_stop_require_privilege_escalation }}"
become: "{{ keycloak_stop_require_privilege_escalation | default(true) }}"