diff --git a/tasks/pathogen-plugins.yml b/tasks/pathogen-plugins.yml index 0da271d..6f0822c 100644 --- a/tasks/pathogen-plugins.yml +++ b/tasks/pathogen-plugins.yml @@ -138,7 +138,7 @@ - name: Install YouCompleteMe library shell: ./install.sh - chdir: ~/.vim/bundle/YouCompleteMe + chdir=~/.vim/bundle/YouCompleteMe become: true become_user: "{{vim_user}}"