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
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