Fixed Neovim download URL

This commit is contained in:
Ivan Golikov 2025-07-17 01:54:26 +02:00
parent beb4da9669
commit 8f15135026

View file

@ -107,7 +107,7 @@
- name: Download Neovim tarball
ansible.builtin.get_url:
url: 'https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz'
url: 'https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz'
dest: "{{ temp_dir.path }}/nvim.tar.gz"
mode: 'u=r,g=,o='