Latest neovim is 'stable', so can't compute if installed version is later
This commit is contained in:
parent
ef6ba987ba
commit
239e5273ce
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@
|
||||||
- name: Set latest neovim version
|
- name: Set latest neovim version
|
||||||
set_fact:
|
set_fact:
|
||||||
neovim_version: "{{ latest_http_content.url | split('/') | last }}"
|
neovim_version: "{{ latest_http_content.url | split('/') | last }}"
|
||||||
# TODO: Find if latest neovim is installed (dpkg command)
|
|
||||||
- name: Get latest neovim deb package
|
- name: Get latest neovim deb package
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://github.com/neovim/neovim/releases/download/{{ neovim_version }}/nvim-linux64.deb"
|
url: "https://github.com/neovim/neovim/releases/download/{{ neovim_version }}/nvim-linux64.deb"
|
||||||
|
|
Loading…
Add table
Reference in a new issue