diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index d272f1b..ac20661 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -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'