From 7ce7e7f9bfc6ad698df748899d23156b876123e2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 29 Jan 2020 08:52:31 -0500 Subject: [PATCH] osm-vector-maps/tasks/nginx.yml --- roles/osm-vector-maps/tasks/nginx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/osm-vector-maps/tasks/nginx.yml b/roles/osm-vector-maps/tasks/nginx.yml index 88ed0cc3d..b764220d6 100644 --- a/roles/osm-vector-maps/tasks/nginx.yml +++ b/roles/osm-vector-maps/tasks/nginx.yml @@ -1,12 +1,12 @@ - name: Enable http://box/maps & http://box/osm-vector-maps via NGINX, by installing {{ nginx_conf_dir }}/osm-vector-maps-nginx.conf from template template: src: osm-vector-maps-nginx.conf.j2 - dest: "{{ nginx_conf_dir }}/osm-vector-maps-nginx.conf" + dest: "{{ nginx_conf_dir }}/osm-vector-maps-nginx.conf" # /etc/nginx/conf.d when: osm_vector_maps_enabled | bool - name: Disable http://box/maps & http://box/osm-vector-maps via NGINX, by removing {{ nginx_conf_dir }}/osm-vector-maps-nginx.conf file: - path: "{{ nginx_conf_dir }}/osm-vector-maps-nginx.conf" + path: "{{ nginx_conf_dir }}/osm-vector-maps-nginx.conf" # /etc/nginx/conf.d state: absent when: not osm_vector_maps_enabled