Fix ~/.vim/colors being absent
This commit is contained in:
parent
accbc4585d
commit
8b00395752
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
||||||
script: scripts/shellcheck_binary_fix.sh
|
script: scripts/shellcheck_binary_fix.sh
|
||||||
when: ansible_distribution == 'Archlinux'
|
when: ansible_distribution == 'Archlinux'
|
||||||
|
|
||||||
|
- name: Remove ~/.vim/colors/ directory
|
||||||
|
file:
|
||||||
|
path: ~/.vim/colors
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: Copy configs
|
- name: Copy configs
|
||||||
copy: src={{ item.src }} dest={{ item.dest }}
|
copy: src={{ item.src }} dest={{ item.dest }}
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Reference in a new issue