Fix: nvim directory destination

This commit is contained in:
Bertrand Benjamin 2020-05-26 09:22:47 +02:00
parent aed68c8413
commit c72a4a38b9
1 changed files with 3 additions and 3 deletions

View File

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