From 1b0bb57cd49c3a90f714bec76bf96af2bac0c410 Mon Sep 17 00:00:00 2001 From: AlejandroSuero Date: Wed, 9 Oct 2024 18:53:26 +0200 Subject: [PATCH] fix(neovim): point to personal dir --- roles/neovim/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/neovim/tasks/main.yml b/roles/neovim/tasks/main.yml index 54e82ec..aef4339 100644 --- a/roles/neovim/tasks/main.yml +++ b/roles/neovim/tasks/main.yml @@ -16,7 +16,7 @@ - name: Neovim | Create symlink to role files/personal directory ansible.builtin.file: - src: "{{ role_path }}/files/work" + src: "{{ role_path }}/files/personal" dest: "{{ ansible_user_dir }}/.config/nvim" state: link force: true