fix luals link path

This commit is contained in:
Matthew Stobbs
2025-03-02 10:40:33 -07:00
parent d1a22be9ce
commit 49693a52c3

View File

@@ -26,5 +26,5 @@
become: "{{ ext_become }}"
ansible.builtin.file:
state: link
src: "{{ path.bin }}/lua-language-server"
path: "{{ path.archive }}/luals/bin/lua-language-server"
path: "{{ path.bin }}/lua-language-server"
src: "{{ path.archive }}/luals/bin/lua-language-server"