fix packages_buster
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric Morino 2020-12-07 16:21:57 +01:00
parent 5522f822f7
commit 2a94a3bdf1

View file

@ -3,6 +3,7 @@
- name: "Set variables (Debian 10)" - name: "Set variables (Debian 10)"
set_fact: set_fact:
postgresql_version: '11' postgresql_version: '11'
when: postgresql_version = ''
- include: pgdg-repo.yml - include: pgdg-repo.yml
when: postgresql_version != '11' when: postgresql_version != '11'