Open nkakouros opened 5 years ago
@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?