add set facts for buster
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Eric Morino 2020-12-07 16:18:56 +01:00
parent 98f798b9fb
commit 5522f822f7

View file

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