From ea80d715b5187e702e6b833697c7b894237bda45 Mon Sep 17 00:00:00 2001 From: Derek Kniffin Date: Tue, 11 Jul 2017 15:27:16 -0400 Subject: [PATCH] Fix relative paths of postgis extension Fixes #251 --- tasks/extensions/postgis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/extensions/postgis.yml b/tasks/extensions/postgis.yml index c8704d6f..dd83d3e0 100644 --- a/tasks/extensions/postgis.yml +++ b/tasks/extensions/postgis.yml @@ -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: