1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

osm-vector-maps/tasks/main.yml: NGINX is now mandatory

This commit is contained in:
A Holt 2020-09-28 07:42:13 -04:00 committed by GitHub
parent 8da71eb35d
commit ceaa42937a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
- name: Enable/Disable/Reload NGINX for OSM, if nginx_enabled
include_tasks: nginx.yml
when: nginx_enabled | bool
#when: nginx_enabled | bool
- name: Add 'osm-vector-maps' variable values to {{ iiab_ini_file }}