July 2017
Intermediate to advanced
266 pages
6h 36m
English
Ansible developers have implemented and released a pretty helpful tool to debug syntax and format issues within Ansible plugins and modules. This linter is quite useful indeed. To install the linter, execute the following command:
$ pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing
Upon executing the preceding command, we should see the following output:

Now that we have the lint tool installed, let's check it out to make sure it's installed. Try the following command:
#> ansible-validate-modules
By executing the preceding command, we should see the following output on the ...
Read now
Unlock full access