Fix: alacritty config destination
This commit is contained in:
parent
96b0e7cc44
commit
aa66af8188
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user