From 94322e4bb7c3be4f6eac7d39ce606ac133cccb54 Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Fri, 21 Feb 2025 12:52:47 +0100 Subject: [PATCH] fixed container config --- roles/common/tasks/postgres_vector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/tasks/postgres_vector.yml b/roles/common/tasks/postgres_vector.yml index f130048..f23423c 100644 --- a/roles/common/tasks/postgres_vector.yml +++ b/roles/common/tasks/postgres_vector.yml @@ -30,7 +30,7 @@ - install - timescaledb_install postgresql_ext: - name: pgvector + name: vector db: "{{ timescaledb_database_name }}" state: present login_user: "postgres"