mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 14:32: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
|
- name: Setup Fonts
|
||||||
synchronize:
|
synchronize:
|
||||||
src: fontconfig
|
src: fontconfig
|
||||||
dest: "/home/{{ user.name }}/.config"
|
dest: "/$HOME/.config"
|
||||||
|
|||||||
Reference in New Issue
Block a user