Add changed_when to shellcheck script
This commit is contained in:
parent
39ea909dd4
commit
36b8ff05c8
1 changed files with 2 additions and 0 deletions
|
@ -34,7 +34,9 @@
|
||||||
# some Arch derivatives don't have the package (arch32, archarm)
|
# some Arch derivatives don't have the package (arch32, archarm)
|
||||||
- name: Run shellcheck script
|
- name: Run shellcheck script
|
||||||
script: scripts/shellcheck_binary_fix.sh
|
script: scripts/shellcheck_binary_fix.sh
|
||||||
|
register: shellcheck_script
|
||||||
when: ansible_distribution == 'Archlinux'
|
when: ansible_distribution == 'Archlinux'
|
||||||
|
changed_when: "'there is nothing to do' not in shellcheck_script.stdout"
|
||||||
|
|
||||||
- name: Remove ~/.vim/colors/ directory
|
- name: Remove ~/.vim/colors/ directory
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue