ara-report: use failed_when: false instead of ignore_errors: true

Change-Id: Ifcae8ed00406bd8e5f5b1f317e22395c4e83bba9
This commit is contained in:
Albin Vass 2020-04-27 20:48:51 +02:00
parent fff6843da0
commit 1d16e4b954
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
- block:
- name: Check that ARA is installed
command: bash -c "type -p {{ ara_report_executable }}"
ignore_errors: yes
failed_when: false
register: ara_installed
- name: Warn if ARA is not installed