taskis/run_evocheck: failure detection and output
This commit is contained in:
parent
70586182b7
commit
068a1a0bcc
1 changed files with 1 additions and 5 deletions
|
@ -3,8 +3,4 @@
|
|||
command: /usr/share/scripts/evocheck.sh
|
||||
register: evocheck_run
|
||||
changed_when: False
|
||||
# failed_when: False
|
||||
|
||||
- debug:
|
||||
var: evocheck_run.stdout_lines
|
||||
when: evocheck_run.rc != 0
|
||||
failed_when: evocheck_run.stdout != ""
|
||||
|
|
Loading…
Reference in a new issue