Skip to content

Commit 50dcf76

Browse files
authored
Merge pull request ANXS#224 from numerigraphe/ansible2.2
Use a boolean value for compatibility with the latest Ansible
2 parents 0ed39ed + b6b105c commit 50dcf76

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)