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:
parent
3202d61807
commit
c4d933607c
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue