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

Fix 'key_value' property of ansible 'set_fact' #1558

Merged
merged 1 commit into from Apr 8, 2021
Merged

Fix 'key_value' property of ansible 'set_fact' #1558

merged 1 commit into from Apr 8, 2021

Conversation

zigarn
Copy link
Contributor

@zigarn zigarn commented Apr 8, 2021

Fixes #1397
And therefore redhat-developer/vscode-yaml#340

key_value is documented as required but it as to be interpreted as it's description says: it takes any property but need at least 1.
minProperty: 1 is not enough as cacheable may be catch by it, but didn't find better way to do it.

@madskristensen madskristensen merged commit 90c51e8 into SchemaStore:master Apr 8, 2021
@madskristensen
Copy link
Contributor

Thanks

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

Successfully merging this pull request may close these issues.

Ansible set_fact missing property key_value
2 participants