1
0
Fork 0
forked from infra/ansible

copr-fe: no need to grant copr-fe db admin rights

This commit is contained in:
Pavel Raiskup 2026-05-12 09:55:32 +02:00 committed by Pavel Raiskup
commit 04e230408e

View file

@ -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