Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Ability to fail early on a host inside Task Workflow system #35

Open
bodleytunes opened this issue Jul 5, 2023 · 2 comments

Comments

@bodleytunes
Copy link

bodleytunes commented 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

    - options:
        fail_if_any_host_fail_any_step: []

maybe we could have something like
halt_if_any_host_fail_any_step: ["backups"]

@bodleytunes 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
@dmulyalin
Copy link
Owner

Added support for stop_if_fail step parameter in 0.20.0 release, feel free to test and let me know how it goes.

@bodleytunes
Copy link
Author

bodleytunes commented Aug 16, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants