Ansible’s block/rescue and handlers are mechanisms for flow control, however they don’t guarantee execution whenever the control machine is interrupted. Are there any other hooks that signal handling will perform best attempt to ensure run?
Ansible’s block/rescue and handlers are mechanisms for flow control, however they don’t guarantee execution whenever the control machine is interrupted. Are there any other hooks that signal handling will perform best attempt to ensure run?