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