In the previous chapter, we started looking at ways to test and troubleshoot your Ansible code using different options provided by Ansible like –-step, ansible-lint, and --syntax-check. In this chapter, we are going to take this testing further by installing and using the Molecule application, which will allow us to use it as a testing framework over our Ansible roles and playbooks.
We will introduce ...