Skip to content

Commit

Permalink
Fix relative paths of postgis extension
Browse files Browse the repository at this point in the history
Fixes ANXS#251
  • Loading branch information
dkniffin committed Jul 11, 2017
1 parent 9446ab5 commit ea80d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/extensions/postgis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

- include_vars: "{{ item }}"
with_first_found:
- "../vars/{{ ansible_distribution_release }}.yml"
- "../vars/empty.yml"
- "../../vars/{{ ansible_distribution_release }}.yml"
- "../../vars/empty.yml"

- name: PostgreSQL | Extensions | Make sure the postgis extensions are installed
apt:
Expand Down

0 comments on commit ea80d71

Please sign in to comment.