Michael Grote
03ddd20412
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/204 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
9 lines
251 B
YAML
9 lines
251 B
YAML
---
|
|
- name: Vundle - PluginInstall # noqa no-changed-when risky-shell-pipe
|
|
become: true
|
|
become_user: "{{ item.user }}"
|
|
ansible.builtin.shell: "yes | vim -c PluginInstall -c qall"
|
|
args:
|
|
chdir: "{{ item.home }}"
|
|
loop: "{{ dotfiles }}"
|
|
...
|