From 8020f56b8179490f8ceeec56ea3c9bb575641609 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 3 Oct 2024 15:57:38 +0200 Subject: [PATCH] dd --- roles/mgrote_user_setup/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_user_setup/handlers/main.yml b/roles/mgrote_user_setup/handlers/main.yml index cf9bc9fe..78878747 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: yes | vim -c PluginInstall -c qall + ansible.builtin.shell: yes yes yes| vim -c PluginInstall -c qall args: chdir: "{{ item.home }}" loop: "{{ dotfiles }}"