Add set variables for debian stretch and jessie
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Eric Morino 2020-12-07 16:45:32 +01:00
parent 1160a5e809
commit c324866cd2
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
---
- name: "Set variables (Debian 8)"
set_fact:
postgresql_version: '9.4'
when: postgresql_version == ""
- include: pgdg-repo.yml
when: postgresql_version != '9.4'

View File

@ -1,5 +1,10 @@
---
- name: "Set variables (Debian 9)"
set_fact:
postgresql_version: '9.6'
when: postgresql_version == ""
- include: pgdg-repo.yml
when: postgresql_version != '9.6'