sdf
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 2s
ansible-lint / Ansible Lint (pull_request) Successful in 25s

This commit is contained in:
Michael Grote 2024-10-08 17:16:44 +02:00
parent 836e374731
commit e44ff803bb

View file

@ -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 }}"