From 6f5f610297a42e4ee65f7cd2e4ca8fe939d20d55 Mon Sep 17 00:00:00 2001 From: Robert Helewka Date: Wed, 25 Mar 2026 11:29:49 +0000 Subject: [PATCH] fix: update spelunker OAuth2 client credentials in Titania configuration --- ansible/inventory/host_vars/titania.incus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory/host_vars/titania.incus.yml b/ansible/inventory/host_vars/titania.incus.yml index 7a8f3a3..d17dd4c 100644 --- a/ansible/inventory/host_vars/titania.incus.yml +++ b/ansible/inventory/host_vars/titania.incus.yml @@ -242,5 +242,5 @@ openwebui_oauth2_client_id: "{{ vault_openwebui_oauth_client_id }}" openwebui_oauth2_client_secret: "{{ vault_openwebui_oauth_client_secret }}" searxng_oauth2_client_id: "{{ vault_searxng_oauth2_client_id }}" searxng_oauth2_client_secret: "{{ vault_searxng_oauth2_client_secret }}" -spelunker_oauth2_client_id: "{{ vault_athena_oauth_client_id }}" -spelunker_oauth2_client_secret: "{{ vault_athena_oauth_client_secret }}" \ No newline at end of file +spelunker_oauth2_client_id: "{{ vault_spelunker_oauth_client_id }}" +spelunker_oauth2_client_secret: "{{ vault_spelunker_oauth_client_secret }}" \ No newline at end of file