fix inmem-test.yml

This commit is contained in:
Chris Hammer
2022-02-09 17:49:31 -05:00
parent d7048a96ab
commit 0bbf9401ff

View File

@ -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) }}"
...