From 5ac1081f90c918f8157708a3017862fb6738ec1d Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 20 Apr 2023 12:51:08 +0100 Subject: [PATCH] Update git role to read tasks.yaml from cloned repo --- roles/git/tasks/unix.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/roles/git/tasks/unix.yaml b/roles/git/tasks/unix.yaml index 7fde5cd..c50e0bd 100644 --- a/roles/git/tasks/unix.yaml +++ b/roles/git/tasks/unix.yaml @@ -18,8 +18,4 @@ extra_args: --user state: latest -- name: create symbolic links - file: - state: link - src: ~/.config/git/_git-changes - dest: ~/.local/share/zsh/site-functions/_git-changes +- include_tasks: ~/.config/git/tasks.yaml