Fix: alacritty config destination

This commit is contained in:
Bertrand Benjamin 2020-05-26 10:11:27 +02:00
parent 96b0e7cc44
commit aa66af8188
1 changed files with 1 additions and 1 deletions

View File

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