Fix the client_id variable name.

This commit is contained in:
Andrea Dell'Amico 2025-12-12 17:24:54 +01:00
parent 4823460eb7
commit 0b8a659514
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
auth_realm: "{{ kcc_auth_realm }}"
auth_username: "{{ kcc_auth_username }}"
auth_password: "{{ kcc_auth_password }}"
client_id: "{{client_id}}"
client_id: "{{ shinyproxy_oidc_client_id }}"
register: shinyproxy_keycloak_secret
when: kcc_clientid is defined
- name: Shinyproxy as a standalone service