mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
fixed incorrect syntax for refering to the current user's home directory
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
- name: Setup Fonts
|
||||
synchronize:
|
||||
src: fontconfig
|
||||
dest: "/home/{{ user.name }}/.config"
|
||||
dest: "/$HOME/.config"
|
||||
|
||||
Reference in New Issue
Block a user