[task-230] [fix] role:postgresql-for-tandoor

This commit is contained in:
roydfalk 2025-01-11 15:47:48 +01:00
parent 9a86117869
commit 41ece50aa2

View file

@ -27,7 +27,7 @@
{ {
"name": "schema", "name": "schema",
"become": true, "become": true,
"become_user": "tandoor", "become_user": "postgres",
"community.postgresql.postgresql_db": { "community.postgresql.postgresql_db": {
"state": "present", "state": "present",
"name": "{{var_postgresql_for_tandoor_schema}}", "name": "{{var_postgresql_for_tandoor_schema}}",
@ -37,7 +37,7 @@
{ {
"name": "rights", "name": "rights",
"become": true, "become": true,
"become_user": "tandoor", "become_user": "postgres",
"community.postgresql.postgresql_privs": { "community.postgresql.postgresql_privs": {
"state": "present", "state": "present",
"db": "{{var_postgresql_for_tandoor_schema}}", "db": "{{var_postgresql_for_tandoor_schema}}",