You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fail quickly/early on a host if a certain step fails.
Say we have a step at the beginning that is very important, for backup.
If this step fails then halt all further steps for the specific hosts.
Something similar to what already exists as
- options:
fail_if_any_host_fail_any_step: []
maybe we could have something like halt_if_any_host_fail_any_step: ["backups"]
The text was updated successfully, but these errors were encountered:
bodleytunes
changed the title
Ability to fail early on a host inside Task Workflow system
[FEATURE REQUEST] Ability to fail early on a host inside Task Workflow system
Jul 5, 2023
Fail quickly/early on a host if a certain step fails.
Say we have a step at the beginning that is very important, for backup.
If this step fails then halt all further steps for the specific hosts.
Something similar to what already exists as
maybe we could have something like
halt_if_any_host_fail_any_step: ["backups"]
The text was updated successfully, but these errors were encountered: