vim -E -s -c "source ~/.vimrc" -c PluginInstall -c qa
This commit is contained in:
parent
533cb1101c
commit
0627f24486
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- name: Vundle - PluginInstall # noqa no-changed-when risky-shell-pipe
|
||||
become: true
|
||||
become_user: "{{ item.user }}"
|
||||
ansible.builtin.shell: yes yes yes | vim -c PluginInstall -c qall
|
||||
ansible.builtin.shell: vim -E -s -c "source ~/.vimrc" -c PluginInstall -c qa
|
||||
args:
|
||||
chdir: "{{ item.home }}"
|
||||
loop: "{{ dotfiles }}"
|
||||
|
|
Loading…
Reference in a new issue