Rolle | Tandoor #6

Merged
roydfalk merged 24 commits from task-230-tandoor into main 2025-01-12 10:07:19 +01:00
Showing only changes of commit 41ece50aa2 - Show all commits

View file

@ -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}}",