From 41ece50aa2a97de177dcd153497c5ccfe35e3900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sat, 11 Jan 2025 15:47:48 +0100 Subject: [PATCH] [task-230] [fix] role:postgresql-for-tandoor --- roles/postgresql-for-tandoor/tasks/main.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/postgresql-for-tandoor/tasks/main.json b/roles/postgresql-for-tandoor/tasks/main.json index 0bb0903..e92a715 100644 --- a/roles/postgresql-for-tandoor/tasks/main.json +++ b/roles/postgresql-for-tandoor/tasks/main.json @@ -27,7 +27,7 @@ { "name": "schema", "become": true, - "become_user": "tandoor", + "become_user": "postgres", "community.postgresql.postgresql_db": { "state": "present", "name": "{{var_postgresql_for_tandoor_schema}}", @@ -37,7 +37,7 @@ { "name": "rights", "become": true, - "become_user": "tandoor", + "become_user": "postgres", "community.postgresql.postgresql_privs": { "state": "present", "db": "{{var_postgresql_for_tandoor_schema}}",