sdf
This commit is contained in:
parent
836e374731
commit
e44ff803bb
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: vim -E -s -c PluginInstall -c qall
|
||||
ansible.builtin.shell: yes | vim -E -c PluginInstall -c qall
|
||||
args:
|
||||
chdir: "{{ item.home }}"
|
||||
loop: "{{ dotfiles }}"
|
||||
|
|
Loading…
Reference in a new issue