Mailman: fix postgresql

This commit is contained in:
Aurélien Bompard 2015-04-29 21:06:21 +00:00
parent b9a2e69201
commit 156871c323
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@
- restart postgresql
- name: start postgresql
service: state=started name=postgresql
service: state=started enabled=yes name=postgresql
- name: allow running sudo commands as postgresql for ansible
copy: src="{{ files }}/lists-dev/sudoers-norequiretty-postgres" dest=/etc/sudoers.d/norequiretty-postgres

View file

@ -53,6 +53,7 @@
#- mailman3
#- mailman3-selinux
- python-psycopg2
- python34-psycopg2
- hyperkitty
- hyperkitty-selinux
- postorius
@ -293,7 +294,6 @@
service: state=started enabled=yes name={{ item }}
with_items:
- httpd
- postgresql
- mailman3
- postfix
- memcached