Fix task syntax.
This commit is contained in:
parent
74ecddca17
commit
e91118744f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
||||||
|
|
||||||
- name: Install YouCompleteMe library
|
- name: Install YouCompleteMe library
|
||||||
shell: ./install.sh
|
shell: ./install.sh
|
||||||
chdir: ~/.vim/bundle/YouCompleteMe
|
chdir=~/.vim/bundle/YouCompleteMe
|
||||||
become: true
|
become: true
|
||||||
become_user: "{{vim_user}}"
|
become_user: "{{vim_user}}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue