mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
updated the way the home directory is computed
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
- name: Setup i3 Window Manager
|
||||
synchronize:
|
||||
src: i3
|
||||
dest: "/home/{{ user.name }}/.config"
|
||||
dest: "/$HOME/.config"
|
||||
- name: Install custom i3status dependencies
|
||||
npm:
|
||||
path: "/home/{{ user.name }}/.config/i3/i3status"
|
||||
path: "/$HOME/.config/i3/i3status"
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user