-
Notifications
You must be signed in to change notification settings - Fork 8
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
Playbooks are not supported #6
Comments
@tterranigma Functionality-wise work on #5 should enable this as well. The main problem here is to find reasonable pivot element (or a file name pattern) for which we can trigger this "enhanced" schema validation. I might have some time to look into this on the weekend, will you be able to help me with testing once I have something testable? |
@shaded-enmity Sure! Just let me know when I can try it! |
I'm also willing to test once this becomes available. |
@shaded-enmity Should you find the time to work on this during Christmas, I would be glad to test out. |
I am trying to use this schema with yaml-language-server. After setting everything up, I create a new yml file and start editing it. I want this file to be a playbook:
The first issue is that I get no completions for the tasks. Then,
hosts
complains that it needs ashell
property. From what I understand the schema file supports only yml files with tasks and not playbooks. Is this the case? If so, can playbook support be added? Is there an existing workaround?The text was updated successfully, but these errors were encountered: