OpenTermsArchive / engine

Tracks contractual documents and exposes changes to the terms of online services.
https://opentermsarchive.org
European Union Public License 1.2
106 stars 30 forks source link

Lint Ansible #949

Closed MattiSG closed 1 year ago

MattiSG commented 1 year ago

Our continuous deployment system uses Ansible. While it has worked reliably, it is not currently automatically tested nor checked for syntax errors. It would increase quality to add an automatic linting of our Ansible playbooks, and to handle their reports.

Several GitHub Actions seem to offer such a possibility:

Comparing the options, identifying the most relevant, setting it up, and correcting the errors that will be raised would be useful.