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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue