fix zls download

This commit is contained in:
Matthew Stobbs
2025-02-01 14:36:08 -07:00
parent a55d6a2018
commit a6bb46d736

View File

@@ -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