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
|
- restart postgresql
|
||||||
|
|
||||||
- name: start 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
|
- name: allow running sudo commands as postgresql for ansible
|
||||||
copy: src="{{ files }}/lists-dev/sudoers-norequiretty-postgres" dest=/etc/sudoers.d/norequiretty-postgres
|
copy: src="{{ files }}/lists-dev/sudoers-norequiretty-postgres" dest=/etc/sudoers.d/norequiretty-postgres
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
#- mailman3
|
#- mailman3
|
||||||
#- mailman3-selinux
|
#- mailman3-selinux
|
||||||
- python-psycopg2
|
- python-psycopg2
|
||||||
|
- python34-psycopg2
|
||||||
- hyperkitty
|
- hyperkitty
|
||||||
- hyperkitty-selinux
|
- hyperkitty-selinux
|
||||||
- postorius
|
- postorius
|
||||||
|
@ -293,7 +294,6 @@
|
||||||
service: state=started enabled=yes name={{ item }}
|
service: state=started enabled=yes name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
- httpd
|
- httpd
|
||||||
- postgresql
|
|
||||||
- mailman3
|
- mailman3
|
||||||
- postfix
|
- postfix
|
||||||
- memcached
|
- memcached
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue