From aa66af8188eb10a07b6b2678cda115a01d08365c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 26 May 2020 10:11:27 +0200 Subject: [PATCH] Fix: alacritty config destination --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index afabba7..9e60077 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -135,7 +135,7 @@ - name: dotfiles -- Copy alacritty config copy: src: files/dotfiles/alacritty - dest: /home/{{ item.username }}/.config/alacritty + dest: /home/{{ item.username }}/.config owner: "{{ item.username }}" group: "{{ item.group }}" with_items: "{{ me }}"