vim -E -s -c "source ~/.vimrc" -c PluginInstall -c qa
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 2s
ansible-lint / Ansible Lint (pull_request) Failing after 23s

This commit is contained in:
Michael Grote 2024-10-08 17:10:49 +02:00
parent 533cb1101c
commit 0627f24486

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: yes yes yes | vim -c PluginInstall -c qall
ansible.builtin.shell: vim -E -s -c "source ~/.vimrc" -c PluginInstall -c qa
args:
chdir: "{{ item.home }}"
loop: "{{ dotfiles }}"