-
Notifications
You must be signed in to change notification settings - Fork 143
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
Check mode is broken in 0.24.0 #525
Comments
Hello, alertmanager :
prometheus:
|
There is a pending fix in #524 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We always run our playbooks in check mode from feature branches, and it seems like version 0.24.0 broke this workflow. Should be fairly simple to fix, and I hope you want to support this workflow. The error:
The fetch is skipped (because of running in check mode) - making the parse task fail. I would suggest forcing the fetch to also run in check mode, since it is not modifying anything, but open to other ways of fixing this.
The text was updated successfully, but these errors were encountered: