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