Ansible provides a way to check the syntax of a playbook using the following command: ``` ansible-playbook -C ``` This could be added to the build in the CI.
Ansible provides a way to check the syntax of a playbook using the following command:
This could be added to the build in the CI.