From 72214b56c47d6af2f51df222e305e3a584a91087 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 29 Sep 2020 09:15:25 +0200 Subject: [PATCH] Fix: copy snippets --- tasks/dotfiles.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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'