another fix inmem-test.yml

This commit is contained in:
Chris Hammer
2022-02-09 17:51:20 -05:00
parent 0bbf9401ff
commit 3f4b14fe0d

View File

@ -51,7 +51,7 @@
debug: debug:
msg: msg:
- "host : {{ inventory_hostname }}" - "host : {{ inventory_hostname }}"
- "failed : {{ r_check_file.failed }} {{ r_check_file.msg | default(omit) }}" - "failed : {{ r_check_file.failed }} {{ r_check_file.msg | default('') }}"
... ...