diff --git a/roles/neovim/tasks/main.yml b/roles/neovim/tasks/main.yml index afe7622..baaa3eb 100644 --- a/roles/neovim/tasks/main.yml +++ b/roles/neovim/tasks/main.yml @@ -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"