Fix ~/.vim/colors being absent

This commit is contained in:
flyingscorpio@clevo 2022-02-26 08:54:16 +01:00
parent accbc4585d
commit 8b00395752

View file

@ -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: