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:48:51 +02:00
parent 88bd294f1c
commit fb19092db3

View file

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