Fix: nvim directory destination
This commit is contained in:
parent
aed68c8413
commit
c72a4a38b9
@ -116,7 +116,7 @@
|
|||||||
- name: dotfiles -- Copy nvim config
|
- name: dotfiles -- Copy nvim config
|
||||||
copy:
|
copy:
|
||||||
src: files/dotfiles/nvim
|
src: files/dotfiles/nvim
|
||||||
dest: /home/{{ item.username }}/.config/nvim
|
dest: /home/{{ item.username }}/.config
|
||||||
owner: "{{ item.username }}"
|
owner: "{{ item.username }}"
|
||||||
group: "{{ item.group }}"
|
group: "{{ item.group }}"
|
||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user