From 8da71eb35d4db4785f6e0658fe9326da639dc87a Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 28 Sep 2020 07:39:48 -0400 Subject: [PATCH] Revise osm-vector-maps/tasks/install.yml ? --- roles/osm-vector-maps/tasks/install.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/roles/osm-vector-maps/tasks/install.yml b/roles/osm-vector-maps/tasks/install.yml index 70bb3e73a..f60edc1a9 100644 --- a/roles/osm-vector-maps/tasks/install.yml +++ b/roles/osm-vector-maps/tasks/install.yml @@ -192,12 +192,13 @@ - iiab-make-init.py - iiab-update-map -- name: Install /etc/nginx/osm-vector-maps-nginx.conf from template - template: - src: osm-vector-maps-nginx.conf.j2 - dest: /etc/nginx/conf.d/osm-vector-maps-nginx.conf - when: - osm_vector_maps_install | bool +# nginx.yml handles this, right? +#- name: Install /etc/nginx/osm-vector-maps-nginx.conf from template +# template: +# src: osm-vector-maps-nginx.conf.j2 +# dest: /etc/nginx/conf.d/osm-vector-maps-nginx.conf +# when: +# osm_vector_maps_install | bool # RECORD OSM Vector Maps AS INSTALLED