fix: display errors when schema validation fails#4623
Draft
chronicc wants to merge 1 commit intoansible:mainfrom
Draft
fix: display errors when schema validation fails#4623chronicc wants to merge 1 commit intoansible:mainfrom
chronicc wants to merge 1 commit intoansible:mainfrom
Conversation
8180ab2 to
e968014
Compare
e968014 to
2bf1718
Compare
2bf1718 to
88e00e4
Compare
Author
|
Apparently the code uses a list to handle errors but the tests did not reflect that. Hence I updated the tests also. |
ssbarnea
approved these changes
Apr 1, 2026
Member
|
@chronicc Please sign the commit, we cannot merge PRs without it now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When using the ansible native configuration I get a "Failed to validate" error without further notice about what is wrong.
extensions/molecule/config.yml
extensions/molecule/default/molecule.yml
Shell Output
Environment
After fix