Fix: copy snippets

This commit is contained in:
Bertrand Benjamin 2020-09-29 09:15:25 +02:00
parent b497e43d30
commit 72214b56c4
1 changed files with 2 additions and 4 deletions

View File

@ -171,11 +171,9 @@
# coc snippets
- name: dotfiles -- Copying snippets
file:
src: files/dotfiles/ultisnips
copy:
src: files/dotfiles/ultisnips/
dest: /home/{{ item.username }}/.config/coc/ultisnips
state: directory
owner: "{{ item.username }}"
group: "{{ item.group }}"
with_items: "{{ dotusers }}"
when: prompt == 'fish'