mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
fixed the path to the user's home directory for dotfiles
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
- name: Setup TMUX
|
||||
copy:
|
||||
src: tmux/tmux.conf
|
||||
dest: /$HOME/.tmux.conf
|
||||
dest: "/home/{{ user.name }}/.tmux.conf"
|
||||
|
||||
Reference in New Issue
Block a user