diff --git a/.local/share/dotfiles/install_dotfiles.yml b/.local/share/dotfiles/install_dotfiles.yml index 78124a9..6fe42bc 100644 --- a/.local/share/dotfiles/install_dotfiles.yml +++ b/.local/share/dotfiles/install_dotfiles.yml @@ -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='