Skip to content

Commit b6b105c

Browse files
lcioleckiLionel Sausin
authored andcommitted
Support for ansible 2.2
ANXS#223
1 parent 4b50832 commit b6b105c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
apt_repository:
1919
repo: "{{ postgresql_apt_repository }}"
2020
state: present
21-
when: postgresql_apt_repository
21+
when: postgresql_apt_repository | default('') != ''
2222

2323
- name: PostgreSQL | Add PostgreSQL repository preferences
2424
template:

0 commit comments

Comments
 (0)