|
@@ -50,6 +50,9 @@
|
|
|
#
|
|
|
# More info: https://www.keycloak.org/docs-api/latest/rest-api/index.html
|
|
|
#
|
|
|
+# TODO: when deploying clients, add options for front or back channel logout (incl FC URLs)
|
|
|
+# LOWPRIO - this is not the most important feature to have, but might become one
|
|
|
+#
|
|
|
- name: Pick up whatever value we can for rhbk.state.
|
|
|
ansible.builtin.set_fact:
|
|
|
rhbk_action: "{{ rhbk_state | default(rhbk.state | default('present')) }}"
|