ansible / ansible-sdk

The Ansible SDK
Apache License 2.0
24 stars 14 forks source link

No information about how to run a --syntax-check using the sdk #87

Open ssbarnea opened 1 year ago

ssbarnea commented 1 year ago

While I do think that I was able to identify how to run a playbook locally, I was not able to find how to perform a --syntax-check.

PS. I was investigating the possibility to use the sdk to do syntax check for ansible-lint instead of calling ansible directly as a subprocess.