This commit is contained in:
Michael Grote 2024-10-23 20:30:23 +02:00
parent 6562f19bd9
commit 410088295c

View file

@ -110,7 +110,6 @@
- name: Ensure vundle-repository is cloned - name: Ensure vundle-repository is cloned
become: true become: true
become_user: "{{ item.user }}"
ansible.builtin.git: ansible.builtin.git:
repo: "{{ dotfiles_vim_vundle_repo_url }}" repo: "{{ dotfiles_vim_vundle_repo_url }}"
dest: "{{ item.home }}/.vim/bundle/Vundle.vim" dest: "{{ item.home }}/.vim/bundle/Vundle.vim"