Fixup neovim install on Debian based distros

This commit is contained in:
Kenneth Benzie 2024-05-25 18:37:22 +01:00
parent 0f0cc67e2c
commit 84e965fbf6

View File

@ -117,14 +117,11 @@
path: '{{package_path}}' path: '{{package_path}}'
state: absent state: absent
- name: move man to share/man - name: remove nuisance mimeinfo.cache file
when: install_required
become: true become: true
command: file:
argv: path: /usr/local/stow/nvim/nvim-linux64/share/applications/mimeinfo.cache
- mv state: absent
- '{{package_dir}}/nvim-linux64/man'
- '{{package_dir}}/nvim-linux64/share'
- name: install package to /usr/local - name: install package to /usr/local
when: install_required when: install_required