Add changed_when to shellcheck script

This commit is contained in:
flyingscorpio@clevo 2022-03-07 10:42:38 +01:00
parent 39ea909dd4
commit 36b8ff05c8

View file

@ -34,7 +34,9 @@
# some Arch derivatives don't have the package (arch32, archarm)
- name: Run shellcheck script
script: scripts/shellcheck_binary_fix.sh
register: shellcheck_script
when: ansible_distribution == 'Archlinux'
changed_when: "'there is nothing to do' not in shellcheck_script.stdout"
- name: Remove ~/.vim/colors/ directory
file: