dd
This commit is contained in:
parent
8020f56b81
commit
73714122fd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
- 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 yes yes| vim -c PluginInstall -c qall
|
ansible.builtin.shell: yes yes yes | vim -c PluginInstall -c qall
|
||||||
args:
|
args:
|
||||||
chdir: "{{ item.home }}"
|
chdir: "{{ item.home }}"
|
||||||
loop: "{{ dotfiles }}"
|
loop: "{{ dotfiles }}"
|
||||||
|
|
Loading…
Reference in a new issue