File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 4747
4848 cd /library/downloads/maps/
4949
50- rm -f {{ item }}*
51-
5250 aria2c \
5351 --connect-timeout="{{ download_timeout }}" \
5452 --log-level=warn \
6462
6563 chmod 644 "{{ item }}"
6664 mv "{{ item }}" "{{ dest_path }}"
67-
68- rm -f {{ item }}*
6965 args :
7066 executable : /bin/bash
7167 creates : " {{ dest_path }}"
Original file line number Diff line number Diff line change 4646
4747- name : Select vector tiles
4848 file :
49- src : " {{ maps_serve_path }}/{{ maps_dot_black_vector_tiles[maps_vector_quality].filename }}"
49+ src : " {{ maps_serve_path }}/{{ maps_dot_black_vector_tiles[maps_vector_quality] }}"
5050 dest : " {{ maps_serve_path }}/{{ maps_dot_black_vector_symlink_name }}"
5151 state : link
5252
6464
6565- name : Select satellite tiles
6666 file :
67- src : " {{ maps_serve_path }}/{{ maps_dot_black_satellite_tiles[maps_sat_zoom].filename }}"
67+ src : " {{ maps_serve_path }}/{{ maps_dot_black_satellite_tiles[maps_sat_zoom] }}"
6868 dest : " {{ maps_serve_path }}/{{ maps_dot_black_satellite_symlink_name }}"
6969 state : link
7070
You can’t perform that action at this time.
0 commit comments