slight changes to file-test.yml
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
|
|
||||||
rescue:
|
rescue:
|
||||||
- name: Exception caught!
|
- name: Exception caught
|
||||||
debug:
|
debug:
|
||||||
msg:
|
msg:
|
||||||
- "host : {{ inventory_hostname }}"
|
- "host : {{ inventory_hostname }}"
|
||||||
@ -27,11 +27,7 @@
|
|||||||
always:
|
always:
|
||||||
- name: Job complete
|
- name: Job complete
|
||||||
debug:
|
debug:
|
||||||
msg:
|
msg: "Job has completed."
|
||||||
- "host : {{ inventory_hostname }}"
|
|
||||||
- "rc : {{ r_check_file.rc }}"
|
|
||||||
- "stdout : {{ r_check_file.stdout }}"
|
|
||||||
- "stderr : {{ r_check_file.stderr }}"
|
|
||||||
|
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user