fixed the path to the user's home directory for dotfiles

This commit is contained in:
aminnairi
2023-12-30 19:36:38 +01:00
parent 675a12606c
commit e40820b146
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
- name: Setup NeoVim for the unprivileged user
synchronize:
src: nvim
dest: /$HOME/.config
dest: "/home/{{ user.name }}/.config"
delete: true
- name: Setup NeoVim for the administrator user
become: true