postgresql: correct confitinal on set_fact
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ludovic Poujol 2020-12-07 16:43:59 +01:00
parent 0f7dcb57b1
commit 1160a5e809
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +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 = '' when: postgresql_version == ""
- include: pgdg-repo.yml - include: pgdg-repo.yml
when: postgresql_version != '11' when: postgresql_version != '11'