From 39ea909dd4c55b1a2d496a6ac573d6b542bead59 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sun, 6 Mar 2022 23:03:37 +0100 Subject: [PATCH] Removing colors dir in vim role doesn't cause the task to change --- roles/vim/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/vim/tasks/main.yml b/roles/vim/tasks/main.yml index bb223d2..3378b40 100644 --- a/roles/vim/tasks/main.yml +++ b/roles/vim/tasks/main.yml @@ -40,6 +40,7 @@ file: path: ~/.vim/colors state: absent + changed_when: false - name: Copy configs copy: src={{ item.src }} dest={{ item.dest }}