Comment out forced cleaning.
This commit is contained in:
parent
64e1573923
commit
2aad84d2cc
1 changed files with 6 additions and 0 deletions
|
@ -139,6 +139,12 @@
|
|||
- build-essential
|
||||
- cmake
|
||||
|
||||
#- name: Remove YouCompleteMe git for plugin
|
||||
# file: path=~/.vim/bundle/YouCompleteMe state=absent
|
||||
# become: true
|
||||
# become_user: "{{item}}"
|
||||
# with_items: users
|
||||
|
||||
- name: Install YouCompleteMe plugin
|
||||
git:
|
||||
repo=https://github.com/Valloric/YouCompleteMe.git
|
||||
|
|
Loading…
Reference in a new issue