forked from infra/ansible
copr-fe: no need to grant copr-fe db admin rights
This commit is contained in:
parent
4a68303c36
commit
04e230408e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
postgresql_user:
|
||||
db: "coprdb"
|
||||
name: "copr-fe"
|
||||
role_attr_flags: "SUPERUSER,NOCREATEDB,NOCREATEROLE"
|
||||
role_attr_flags: "NOSUPERUSER,NOCREATEDB,NOCREATEROLE"
|
||||
become: yes
|
||||
become_user: postgres
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue