Latest neovim is 'stable', so can't compute if installed version is later

This commit is contained in:
Tunui Franken 2022-12-01 09:56:33 +01:00
parent ef6ba987ba
commit 239e5273ce

View file

@ -52,7 +52,6 @@
- name: Set latest neovim version
set_fact:
neovim_version: "{{ latest_http_content.url | split('/') | last }}"
# TODO: Find if latest neovim is installed (dpkg command)
- name: Get latest neovim deb package
get_url:
url: "https://github.com/neovim/neovim/releases/download/{{ neovim_version }}/nvim-linux64.deb"