We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to change the current build status if the playbook execution reports some changes applied.
For example, consider the following execution:
PLAY RECAP ********************************************************************* my-host : ok=44 changed=2 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 [...] Finished: SUCCESS
In this case, there are 2 changes applied. Or to apply if the check mode is enabled. The build is marked with SUCCESS.
SUCCESS
There is any way to mark the build as UNSTABLE where there are changes, or FAILED if there are failures?
UNSTABLE
FAILED
Thanks.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe your use-case which is not covered by existing documentation.
I'd like to change the current build status if the playbook execution reports some changes applied.
For example, consider the following execution:
In this case, there are 2 changes applied. Or to apply if the check mode is enabled.
The build is marked with
SUCCESS
.There is any way to mark the build as
UNSTABLE
where there are changes, orFAILED
if there are failures?Thanks.
Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.
No response
Are you interested in contributing to the documentation?
No response
The text was updated successfully, but these errors were encountered: