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:
|
apt:
|
||||||
pkg:
|
pkg:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
- postgresql-contrib
|
||||||
- python3-psycopg2
|
- python3-psycopg2
|
||||||
|
|
||||||
- name: install python2 psycopg2
|
|
||||||
apt:
|
|
||||||
pkg:
|
|
||||||
- python-psycopg2
|
|
||||||
when: ansible_distribution_release == 'stretch'
|
|
||||||
|
|
||||||
- name: generate pg_hba
|
- name: generate pg_hba
|
||||||
template:
|
template:
|
||||||
src: pg_hba.conf.j2
|
src: pg_hba.conf.j2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue