Fix: nvim directory destination
This commit is contained in:
parent
aed68c8413
commit
c72a4a38b9
@ -9,8 +9,8 @@
|
||||
|
||||
# Zsh config
|
||||
- name: dotfiles -- Download antibody
|
||||
get_url:
|
||||
url: https://raw.githubusercontent.com/getantibody/installer/master/install
|
||||
get_url:
|
||||
url: https://raw.githubusercontent.com/getantibody/installer/master/install
|
||||
dest: /tmp/antibody.sh
|
||||
mode: 0770
|
||||
when: prompt == "zsh"
|
||||
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user