From 2343b7c0d2b120ab7f7e1457e7764c076d9ce9dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 6 Sep 2013 06:53:12 +0000 Subject: [PATCH] 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. --- playbooks/groups/mailman.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/playbooks/groups/mailman.yml b/playbooks/groups/mailman.yml index 459dc9c4ed..86e32d80c7 100644 --- a/playbooks/groups/mailman.yml +++ b/playbooks/groups/mailman.yml @@ -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