dd
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 2s
ansible-lint / Ansible Lint (pull_request) Successful in 25s

This commit is contained in:
Michael Grote 2024-10-08 17:49:46 +02:00
parent fb19092db3
commit 35510bd94b

View file

@ -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