From 3824a3fe62ffb67586c8a62a18b87562c842872f Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Tue, 16 Apr 2024 12:47:05 +0200 Subject: [PATCH] create tasks for cron extension --- roles/common/tasks/postgres_cron.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/common/tasks/postgres_cron.yml b/roles/common/tasks/postgres_cron.yml index 70e6d80..2e89ac2 100644 --- a/roles/common/tasks/postgres_cron.yml +++ b/roles/common/tasks/postgres_cron.yml @@ -6,8 +6,7 @@ postgresql_ext: name: pg_cron db: "{{ timescaledb_database_name }}" - schema: "{{ timescaledb_database_schema }}" state: present - login_user: "{{ timescaledb_database_user }}" - login_password: "{{ timescaledb_database_password }}" + login_user: postgres + login_password: "{{ postgresql_admin_password }}" login_host: "{{ lxc_ip }}" \ No newline at end of file