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
+2 -2
View File
@@ -18,8 +18,8 @@
- name: Setup i3 Window Manager
synchronize:
src: i3
dest: /$HOME/.config
dest: "/home/{{ user.name }}/.config"
- name: Install custom i3status dependencies
npm:
path: /$HOME/.config/i3/i3status
path: "/home/{{ user.name }}/.config/i3/i3status"
state: present