From 284387581e737510f63c7373411f1d0538b9dc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 3 Oct 2021 11:34:53 +0200 Subject: [PATCH] Fix youcompleteme output file path --- user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.yml b/user.yml index 13b8aa6..39e3957 100644 --- a/user.yml +++ b/user.yml @@ -316,7 +316,7 @@ cd ~/.local/share/nvim/plugged/YouCompleteMe/ python3 ./install.py --force-sudo args: - creates: "{{ lookup('fileglob', '~/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.*so') }}" + creates: '~/.local/share/nvim/plugged/YouCompleteMe/third_party/ycmd/ycm_core.cpython-38-x86_64-linux-gnu.so' - block: - name: firefox - create chrome directory