comment out rescue; we want this to fail on the specified host for the next set of testing

This commit is contained in:
2022-05-03 21:38:34 -04:00
parent 95c16f9ba0
commit 0af3f072d2

View File

@ -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: