Fix: nvim directory destination

This commit is contained in:
Bertrand Benjamin 2020-05-26 09:22:47 +02:00
parent aed68c8413
commit c72a4a38b9

View File

@ -116,7 +116,7 @@
- name: dotfiles -- Copy nvim config
copy:
src: files/dotfiles/nvim
dest: /home/{{ item.username }}/.config/nvim
dest: /home/{{ item.username }}/.config
owner: "{{ item.username }}"
group: "{{ item.group }}"
with_items: "{{ me }}"