dd
This commit is contained in:
parent
88bd294f1c
commit
fb19092db3
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
- name: Link vim spelldir
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
src: "{{ item.home }}/dotfiles/.vim/spell"
|
||||
src: "{{ item.home }}/dotfiles/.vim/spell/"
|
||||
dest: "{{ item.home }}/.vim/spell/"
|
||||
state: link
|
||||
follow: false # https://github.com/ansible/ansible/issues/73143
|
||||
|
|
Loading…
Reference in a new issue