[task-230] [fix] role:postgresql-for-tandoor
This commit is contained in:
parent
9a86117869
commit
41ece50aa2
1 changed files with 2 additions and 2 deletions
|
@ -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}}",
|
||||
|
|
Loading…
Add table
Reference in a new issue