fix vim vundle plugin install #204
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@
|
|||
- name: Link vim spelldir
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
src: "{{ item.home }}/dotfiles/.vim/spell/"
|
||||
dest: "{{ item.home }}/.vim/spell/"
|
||||
src: "{{ item.home }}/dotfiles/vim/spell/"
|
||||
dest: "{{ item.home }}/.vim/spell"
|
||||
state: link
|
||||
follow: false # https://github.com/ansible/ansible/issues/73143
|
||||
force: true
|
||||
|
|
Loading…
Reference in a new issue