Fix the client_id variable name.
This commit is contained in:
parent
4823460eb7
commit
0b8a659514
|
|
@ -6,7 +6,7 @@
|
||||||
auth_realm: "{{ kcc_auth_realm }}"
|
auth_realm: "{{ kcc_auth_realm }}"
|
||||||
auth_username: "{{ kcc_auth_username }}"
|
auth_username: "{{ kcc_auth_username }}"
|
||||||
auth_password: "{{ kcc_auth_password }}"
|
auth_password: "{{ kcc_auth_password }}"
|
||||||
client_id: "{{client_id}}"
|
client_id: "{{ shinyproxy_oidc_client_id }}"
|
||||||
register: shinyproxy_keycloak_secret
|
register: shinyproxy_keycloak_secret
|
||||||
when: kcc_clientid is defined
|
when: kcc_clientid is defined
|
||||||
- name: Shinyproxy as a standalone service
|
- name: Shinyproxy as a standalone service
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue