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

@@ -1,6 +1,6 @@
---
- name: Save ansible custom facts
become: "{{ keycloak_quarkus_bootstrapped_require_privilege_escalation }}"
become: "{{ keycloak_quarkus_bootstrapped_require_privilege_escalation | default(true) }}"
ansible.builtin.template:
src: keycloak.fact.j2
dest: /etc/ansible/facts.d/keycloak.fact