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
|
||||
|
||||
|
||||
rescue:
|
||||
- name: Exception caught!
|
||||
- name: Tasks complete
|
||||
debug:
|
||||
msg: "Fail condition for {{ inventory_hostname }}!"
|
||||
msg: "All tasks have completed."
|
||||
|
||||
|
||||
# rescue:
|
||||
# - name: Exception caught!
|
||||
# debug:
|
||||
# msg: "Fail condition for {{ inventory_hostname }}!"
|
||||
|
||||
|
||||
always:
|
||||
|
Reference in New Issue
Block a user