dd
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 4s
ansible-lint / Ansible Lint (pull_request) Successful in 42s

This commit is contained in:
Michael Grote 2024-10-03 15:57:38 +02:00
parent df9d30b668
commit 8020f56b81

View file

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