mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Rename var nginx_config_dir to nginx_conf_dir
This commit is contained in:
parent
9d4dd4c4fd
commit
b7151fe047
21 changed files with 84 additions and 84 deletions
|
@ -69,15 +69,15 @@
|
|||
src: map_functions.js
|
||||
dest: "{{ vector_map_path }}/maplist/assets"
|
||||
|
||||
- name: Install {{ nginx_config_dir }}/osm-vector-maps.conf from template
|
||||
- name: Install {{ nginx_conf_dir }}/osm-vector-maps.conf from template
|
||||
template:
|
||||
src: osm-vector-maps-nginx.conf
|
||||
dest: "{{ nginx_config_dir }}/osm-vector-maps-nginx.conf"
|
||||
dest: "{{ nginx_conf_dir }}/osm-vector-maps-nginx.conf"
|
||||
when: osm_vector_maps_enabled | bool
|
||||
|
||||
- name: Remove {{ nginx_config_dir }}/osm-vector-maps.conf
|
||||
- name: Remove {{ nginx_conf_dir }}/osm-vector-maps.conf
|
||||
file:
|
||||
path: "{{ nginx_config_dir }}/osm-vector-maps-nginx.conf"
|
||||
path: "{{ nginx_conf_dir }}/osm-vector-maps-nginx.conf"
|
||||
state: absent
|
||||
when: not osm_vector_maps_enabled
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue