Allow different postgres versions on buster and stretch
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Patrick Marchand 2020-02-06 16:06:34 -05:00
parent 07fd68b6a4
commit c195806918
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
---
- include: pgdg-repo.yml
when: postgresql_version != '11'
- name: Install postgresql package
apt:
name:

View File

@ -1,5 +1,8 @@
---
- include: pgdg-repo.yml
when: postgresql_version != '9.6'
- name: Install postgresql package
apt:
name: