diff --git a/roles/mgrote_user_setup/handlers/main.yml b/roles/mgrote_user_setup/handlers/main.yml index cf953099..3a035913 100644 --- a/roles/mgrote_user_setup/handlers/main.yml +++ b/roles/mgrote_user_setup/handlers/main.yml @@ -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 }}"