Fixed Neovim download URL
This commit is contained in:
parent
beb4da9669
commit
8f15135026
1 changed files with 1 additions and 1 deletions
|
@ -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='
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue