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:
@@ -5,7 +5,7 @@
|
||||
enabled: true
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
become: "{{ keycloak_restart_require_privilege_escalation }}"
|
||||
become: "{{ keycloak_restart_require_privilege_escalation | default(true) }}"
|
||||
delegate_to: "{{ ansible_play_hosts | first }}"
|
||||
run_once: true
|
||||
|
||||
@@ -24,5 +24,5 @@
|
||||
name: keycloak
|
||||
enabled: true
|
||||
state: restarted
|
||||
become: "{{ keycloak_restart_require_privilege_escalation }}"
|
||||
become: "{{ keycloak_restart_require_privilege_escalation | default(true) }}"
|
||||
when: inventory_hostname != ansible_play_hosts | first
|
||||
|
||||
Reference in New Issue
Block a user