Mailman: fix postgresql
This commit is contained in:
parent
b9a2e69201
commit
156871c323
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue