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:
Aurélien Bompard 2013-09-06 06:53:12 +00:00
parent 47f420f433
commit 2343b7c0d2

View file

@ -92,13 +92,6 @@
# - hyperkitty
# - kittystore
# - 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