From 675de059166280f609f9cfafffce427df1506e38 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:45:07 +0100 Subject: [PATCH] fixed issues with the path to the home directory for synchronizing helix files --- ansible/roles/helix/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/helix/tasks/main.yml b/ansible/roles/helix/tasks/main.yml index 8722924..58acec3 100644 --- a/ansible/roles/helix/tasks/main.yml +++ b/ansible/roles/helix/tasks/main.yml @@ -12,5 +12,5 @@ - name: Synchronize the configuration synchronize: src: helix - dest: "$HOME/.config" + dest: "/$HOME/.config" delete: true