mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 12:05:54 +00:00
AMW-528 Deployment fails in keycloak_quarkus due to missing escalation variables
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
name: keycloak
|
||||
enabled: true
|
||||
state: stopped
|
||||
become: "{{ keycloak_stop_require_privilege_escalation }}"
|
||||
become: "{{ keycloak_stop_require_privilege_escalation | default(true) }}"
|
||||
|
||||
Reference in New Issue
Block a user