Fix build_neovim
This commit is contained in:
parent
9bd6c03bf5
commit
09b223f538
2 changed files with 2 additions and 2 deletions
|
@ -37,4 +37,4 @@
|
|||
- name: Install neovim package
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
deb: ~/builds/neovim/build/nvim-linux64.deb
|
||||
deb: "{{ ansible_facts.user_dir }}/builds/neovim/build/nvim-linux64.deb"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
- name: Try installing with apt (from neovim v0.8)
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: neovim>0.8*
|
||||
name: neovim>0.7*
|
||||
rescue:
|
||||
- name: Build neovim
|
||||
ansible.builtin.include_tasks: build_neovim.yml
|
||||
|
|
Loading…
Add table
Reference in a new issue