From c4d933607c9488f6e67231cf123157a476c23e2a Mon Sep 17 00:00:00 2001 From: mg Date: Tue, 28 Dec 2021 11:27:06 +0100 Subject: [PATCH] vim: PluginInstall entfernt (#288) Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/288 Co-authored-by: mg Co-committed-by: mg --- roles/mgrote.vim/tasks/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/mgrote.vim/tasks/main.yml b/roles/mgrote.vim/tasks/main.yml index ceb9d0f3..b1045053 100644 --- a/roles/mgrote.vim/tasks/main.yml +++ b/roles/mgrote.vim/tasks/main.yml @@ -28,11 +28,11 @@ recurse: yes when: repo_cloned.changed == true - - name: Vundle - PluginInstall - ansible.builtin.shell: yes | vim -c PluginInstall -c qall - args: - chdir: /home/mg - when: - - (folder_exists.stat.exists == False) and ("ansible_facts['distribution'] == 'Ubuntu'") - become: yes - become_user: mg +# - name: Vundle - PluginInstall +# ansible.builtin.shell: yes | vim -c PluginInstall -c qall +# args: +# chdir: /home/mg +# when: +# - (folder_exists.stat.exists == False) and ("ansible_facts['distribution'] == 'Ubuntu'") +# become: yes +# become_user: mg