[task-230] [fix] role:postgresql-for-tandoor
This commit is contained in:
parent
41ece50aa2
commit
59ea4e256c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
{
|
{
|
||||||
"name": "user",
|
"name": "user",
|
||||||
"become": true,
|
"become": true,
|
||||||
"become_user": "tandoor",
|
"become_user": "postgres",
|
||||||
"community.postgresql.postgresql_user": {
|
"community.postgresql.postgresql_user": {
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"name": "{{var_postgresql_for_tandoor_username}}",
|
"name": "{{var_postgresql_for_tandoor_username}}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue