another fix inmem-test.yml
This commit is contained in:
@ -44,6 +44,7 @@
|
|||||||
- "rc : {{ r_check_file.rc }}"
|
- "rc : {{ r_check_file.rc }}"
|
||||||
- "stdout : {{ r_check_file.stdout }}"
|
- "stdout : {{ r_check_file.stdout }}"
|
||||||
- "stderr : {{ r_check_file.stderr }}"
|
- "stderr : {{ r_check_file.stderr }}"
|
||||||
|
- "msg : {{ r_check_file.msg }}"
|
||||||
|
|
||||||
|
|
||||||
always:
|
always:
|
||||||
@ -51,7 +52,7 @@
|
|||||||
debug:
|
debug:
|
||||||
msg:
|
msg:
|
||||||
- "host : {{ inventory_hostname }}"
|
- "host : {{ inventory_hostname }}"
|
||||||
- "failed : {{ r_check_file.failed }} {{ r_check_file.msg | default('') }}"
|
- "failed : {{ r_check_file.failed }}"
|
||||||
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user