comment out rescue; we want this to fail on the specified host for the next set of testing
This commit is contained in:
@ -49,10 +49,15 @@
|
|||||||
- induce_failure
|
- induce_failure
|
||||||
|
|
||||||
|
|
||||||
rescue:
|
- name: Tasks complete
|
||||||
- name: Exception caught!
|
|
||||||
debug:
|
debug:
|
||||||
msg: "Fail condition for {{ inventory_hostname }}!"
|
msg: "All tasks have completed."
|
||||||
|
|
||||||
|
|
||||||
|
# rescue:
|
||||||
|
# - name: Exception caught!
|
||||||
|
# debug:
|
||||||
|
# msg: "Fail condition for {{ inventory_hostname }}!"
|
||||||
|
|
||||||
|
|
||||||
always:
|
always:
|
||||||
|
Reference in New Issue
Block a user