Browse Source

add comment on rhbk api docs

Grega Bremec 1 tháng trước cách đây
mục cha
commit
bea2a58a0e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      playbooks/roles/deploy-rhbk/tasks/main.yml

+ 2 - 0
playbooks/roles/deploy-rhbk/tasks/main.yml

@@ -44,6 +44,8 @@
 #
 # NOTE: Must have an operator deployed in that namespace prior (use deploy-operators role for that).
 #
+# More info: https://www.keycloak.org/docs-api/latest/rest-api/index.html
+#
 - name: Pick up whatever value we can for rhbk.state.
   ansible.builtin.set_fact:
     rhbk_action: "{{ rhbk_state | default(rhbk.state | default('present')) }}"