mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-19 20:41:52 -07:00
RHBK v26: Migrate to keycloak_quarkus_bootstrap_admin_user[_password]
(Process for creation of admin account changed #248)
This commit is contained in:
parent
58233549a7
commit
277e1336ee
18 changed files with 132 additions and 35 deletions
|
@ -91,7 +91,7 @@
|
|||
register: keycloak_service_status
|
||||
changed_when: false
|
||||
|
||||
- name: "Notify to remove `keycloak_quarkus_admin_user[_pass]` env vars"
|
||||
- name: "Notify to remove `keycloak_quarkus_bootstrap_admin_user[_password]` env vars"
|
||||
when:
|
||||
- not ansible_local.keycloak.general.bootstrapped | default(false) | bool # it was not bootstrapped prior to the current role's execution
|
||||
- keycloak_service_status.status.ActiveState == "active" # but it is now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue