fixed issues with the path to the home directory for synchronizing helix files

This commit is contained in:
aminnairi
2024-11-30 12:45:07 +01:00
parent c889e47d27
commit 675de05916
+1 -1
View File
@@ -12,5 +12,5 @@
- name: Synchronize the configuration - name: Synchronize the configuration
synchronize: synchronize:
src: helix src: helix
dest: "$HOME/.config" dest: "/$HOME/.config"
delete: true delete: true