From a5c83fb4ac1d89465c486a265504a1696b524e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Jun 2022 06:38:05 +0200 Subject: [PATCH] Drop --force-sudo from youcompleteme --- user.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/user.yml b/user.yml index 31dc9db..ff524f2 100644 --- a/user.yml +++ b/user.yml @@ -347,12 +347,9 @@ tags: [user-update] - name: compile youcompleteme - # --force-sudo is required, as the script refuses to run in a sudo - # environment (i.e. if the SUDO_USER env variable is set). But of course, - # ansible uses that to assume the other user. It's fine. shell: | cd ~/.local/share/nvim/plugged/YouCompleteMe - python3 ./install.py --force-sudo + python3 ./install.py args: executable: /bin/bash register: ycm_compile_output