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
|
- name: Vundle - PluginInstall # noqa no-changed-when risky-shell-pipe
|
||||||
become: true
|
become: true
|
||||||
become_user: "{{ item.user }}"
|
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:
|
args:
|
||||||
chdir: "{{ item.home }}"
|
chdir: "{{ item.home }}"
|
||||||
loop: "{{ dotfiles }}"
|
loop: "{{ dotfiles }}"
|
||||||
register: plugin.rc
|
register: plugin
|
||||||
successful_when: plugin.rc == 1
|
successful_when: plugin.rc == 1
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue