YCM: Update compiled *.so path

This commit is contained in:
2021-10-02 11:08:09 +02:00
parent 0c1b622f73
commit 9eb5d1362b

View File

@@ -320,8 +320,7 @@
cd ~/.local/share/nvim/plugged/YouCompleteMe/ cd ~/.local/share/nvim/plugged/YouCompleteMe/
python3 ./install.py --force-sudo python3 ./install.py --force-sudo
args: args:
creates: ~/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.so creates: "{{ lookup('fileglob', '~/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.*so') }}"
when: vim_plugins_stdout.stdout_lines|length != 0 or true
- block: - block:
- name: firefox - create chrome directory - name: firefox - create chrome directory