mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
using rsync instead of copy for idempotency purposes
This commit is contained in:
+4
-4
@@ -372,16 +372,16 @@
|
||||
name: neovim
|
||||
state: present
|
||||
- name: Setup NeoVim for the unprivileged user
|
||||
copy:
|
||||
synchronize:
|
||||
src: nvim
|
||||
dest: /$HOME/.config
|
||||
force: true
|
||||
delete: true
|
||||
- name: Setup NeoVim for the administrator user
|
||||
become: true
|
||||
copy:
|
||||
synchronize:
|
||||
src: nvim
|
||||
dest: /root/.config
|
||||
force: true
|
||||
delete: true
|
||||
- name: Install Neovim package from NPM
|
||||
become: true
|
||||
npm:
|
||||
|
||||
Reference in New Issue
Block a user