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