fix vim vundle plugin install #204
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue