[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",
|
"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}}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue