From 8b0039575287f478b1793f4458b648a05dbfede0 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sat, 26 Feb 2022 08:54:16 +0100 Subject: [PATCH] Fix ~/.vim/colors being absent --- roles/vim/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/vim/tasks/main.yml b/roles/vim/tasks/main.yml index 0a846a5..bb223d2 100644 --- a/roles/vim/tasks/main.yml +++ b/roles/vim/tasks/main.yml @@ -36,6 +36,11 @@ script: scripts/shellcheck_binary_fix.sh when: ansible_distribution == 'Archlinux' +- name: Remove ~/.vim/colors/ directory + file: + path: ~/.vim/colors + state: absent + - name: Copy configs copy: src={{ item.src }} dest={{ item.dest }} with_items: