fixed incorrect syntax for refering to the current user's home directory

This commit is contained in:
aminnairi
2023-12-31 19:50:07 +01:00
parent 61e62a1ea6
commit 5e2ac24873
+1 -1
View File
@@ -12,4 +12,4 @@
- name: Setup Fonts
synchronize:
src: fontconfig
dest: "/home/{{ user.name }}/.config"
dest: "/$HOME/.config"