From 84050bc661129d3cf9c2a3253eb36ad1196c3a68 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 19 Sep 2018 18:35:16 -0400 Subject: [PATCH] Update main.yml --- roles/httpd/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index d5a4adeaf..2ced8979e 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -170,6 +170,7 @@ state: absent when: is_debuntu +# SEE https://github.com/iiab/iiab/issues/1143 as the old roles/osm is rarely used as of late 2018 (if anybody still uses roles/osm, they can overwrite osm.conf using the original osm playbook) - name: Copy osm.conf for http://box/maps (all OS's) copy: src: osm.conf