vim: PluginInstall entfernt (#288)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#288
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2021-12-28 11:27:06 +01:00
parent 3202d61807
commit c4d933607c

View file

@ -28,11 +28,11 @@
recurse: yes recurse: yes
when: repo_cloned.changed == true when: repo_cloned.changed == true
- name: Vundle - PluginInstall # - name: Vundle - PluginInstall
ansible.builtin.shell: yes | vim -c PluginInstall -c qall # ansible.builtin.shell: yes | vim -c PluginInstall -c qall
args: # args:
chdir: /home/mg # chdir: /home/mg
when: # when:
- (folder_exists.stat.exists == False) and ("ansible_facts['distribution'] == 'Ubuntu'") # - (folder_exists.stat.exists == False) and ("ansible_facts['distribution'] == 'Ubuntu'")
become: yes # become: yes
become_user: mg # become_user: mg