Hi all o/
Unlike Python, YAML source is not checked and some errors like key duplicates
enter the code base. For example, `wait_timeout` key is repeated twice at some
places (with different values).
I propose the use of `yamllint` to check for such problems on Travis, hence
preventing new ones from sneaking in. I made a pull request at:
https://github.com/ansible/ansible/pull/15678
Feedback is most welcome. In particular, I disabled all cosmetic rules (checks
for whitespaces, indentation, etc.)
Cheers,
Adrien
[1]: Documentation for this linter: http://yamllint.readthedocs.io/en/latest/