Fix task syntax.

This commit is contained in:
Glenn Y. Rolland 2015-11-07 10:49:42 +01:00
parent 74ecddca17
commit e91118744f

View file

@ -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}}"