add contrib, remove stretch support
This commit is contained in:
parent
feee78918c
commit
cd4df6fd3c
1 changed files with 1 additions and 6 deletions
|
|
@ -2,14 +2,9 @@
|
|||
apt:
|
||||
pkg:
|
||||
- postgresql
|
||||
- postgresql-contrib
|
||||
- python3-psycopg2
|
||||
|
||||
- name: install python2 psycopg2
|
||||
apt:
|
||||
pkg:
|
||||
- python-psycopg2
|
||||
when: ansible_distribution_release == 'stretch'
|
||||
|
||||
- name: generate pg_hba
|
||||
template:
|
||||
src: pg_hba.conf.j2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue