From 34c984f6f8195052178123e0882f7ae75ad01d80 Mon Sep 17 00:00:00 2001 From: SebClem Date: Sat, 20 Nov 2021 19:12:46 +0100 Subject: [PATCH] Fix source --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index c4de9a6..b4d97a5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -24,7 +24,7 @@ - name: Add source to .zshrc lineinfile: path: "{{ rc_files_user_path }}/.zshrc" - line: "source .ansible_zshrc" + line: "{{ item }}" create: yes mode: 'u=rw,go=r' loop: