Mailman: skip granting perms on the DB app users
At least until there's a better solution available (eg the Ansible bug is fixed). For PG<9, there's no way to grant on all tables at once.
This commit is contained in:
parent
47f420f433
commit
2343b7c0d2
1 changed files with 0 additions and 7 deletions
|
@ -92,13 +92,6 @@
|
||||||
# - hyperkitty
|
# - hyperkitty
|
||||||
# - kittystore
|
# - kittystore
|
||||||
# - postorius
|
# - postorius
|
||||||
- name: database users permissions
|
|
||||||
postgresql_user: name=${item}app db=$item
|
|
||||||
priv=SELECT,INSERT,UPDATE,DELETE
|
|
||||||
with_items:
|
|
||||||
- hyperkitty
|
|
||||||
- kittystore
|
|
||||||
- postorius
|
|
||||||
|
|
||||||
|
|
||||||
# Real MM/HK-specific work
|
# Real MM/HK-specific work
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue