another fix inmem-test.yml

This commit is contained in:
Chris Hammer
2022-02-09 17:53:05 -05:00
parent 3f4b14fe0d
commit 38c0801434

View File

@ -44,6 +44,7 @@
- "rc : {{ r_check_file.rc }}"
- "stdout : {{ r_check_file.stdout }}"
- "stderr : {{ r_check_file.stderr }}"
- "msg : {{ r_check_file.msg }}"
always:
@ -51,7 +52,7 @@
debug:
msg:
- "host : {{ inventory_hostname }}"
- "failed : {{ r_check_file.failed }} {{ r_check_file.msg | default('') }}"
- "failed : {{ r_check_file.failed }}"
...