diff --git a/inmem-test.yml b/inmem-test.yml index 0bf5d7d..9dfd84d 100644 --- a/inmem-test.yml +++ b/inmem-test.yml @@ -51,7 +51,7 @@ debug: msg: - "host : {{ inventory_hostname }}" - - "failed : {{ r_check_file.failed }} {{ r_check_file.msg }}" + - "failed : {{ r_check_file.failed }} {{ r_check_file.msg | default(omit) }}" ...