fix zls download
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
- name: download zls archive
|
- name: download zls archive
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
dest: "{{ d_zls_dl_tmp.path }}/{{ zls_pkg }}"
|
dest: "{{ d_zls_dl_tmp.path }}/{{ zls_pkg }}"
|
||||||
url: "{{ pkgconfig_zls.base_url }}/{{ pkgconfig_zls.version }}/{{ zls_pkg }}"
|
url: "{{ pkgconfig_zls.base_url }}/{{ zls_pkg }}"
|
||||||
decompress: false
|
decompress: false
|
||||||
|
|
||||||
- name: create install_path
|
- name: create install_path
|
||||||
|
|||||||
Reference in New Issue
Block a user