ff
This commit is contained in:
parent
972e33ec5a
commit
fe369a70be
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
- name: Vundle - PluginInstall # noqa no-changed-when risky-shell-pipe
|
||||
become: true
|
||||
become_user: "{{ item.user }}"
|
||||
ansible.builtin.shell: yes | vim -E -c PluginInstall -c qall
|
||||
ansible.builtin.shell: "yes | vim -E -c PluginInstall -c qall"
|
||||
args:
|
||||
chdir: "{{ item.home }}"
|
||||
loop: "{{ dotfiles }}"
|
||||
register: plugin.rc
|
||||
register: plugin
|
||||
successful_when: plugin.rc == 1
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue