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 }}"