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