Removing colors dir in vim role doesn't cause the task to change

This commit is contained in:
flyingscorpio@clevo 2022-03-06 23:03:37 +01:00
parent a71862dd7b
commit 39ea909dd4

View file

@ -40,6 +40,7 @@
file:
path: ~/.vim/colors
state: absent
changed_when: false
- name: Copy configs
copy: src={{ item.src }} dest={{ item.dest }}