We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b50832 commit b6b105cCopy full SHA for b6b105c
tasks/install.yml
@@ -18,7 +18,7 @@
18
apt_repository:
19
repo: "{{ postgresql_apt_repository }}"
20
state: present
21
- when: postgresql_apt_repository
+ when: postgresql_apt_repository | default('') != ''
22
23
- name: PostgreSQL | Add PostgreSQL repository preferences
24
template:
0 commit comments