From efb5555f9a9eb121302235a013b6f30966b13170 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:36:00 +0100 Subject: [PATCH] now synchronizing the configuration when running the bash script --- ansible/roles/helix/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/roles/helix/tasks/main.yml b/ansible/roles/helix/tasks/main.yml index 2f339dc..b9f1ce5 100644 --- a/ansible/roles/helix/tasks/main.yml +++ b/ansible/roles/helix/tasks/main.yml @@ -8,3 +8,8 @@ kewlfft.aur.aur: name: vscode-langservers-extracted state: latest + +- name: Synchronize the configuration + synchronize: + src: helix + dest: "$HOME/.config"