User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko Build Identifier: After installing ansible-2.2.0.0-3.el6.noarch, when I would run ansible-doc -l I would get the error... [ERROR]: unable to parse /usr/lib/python2.6/site-packages/ansible/modules/extras/cloud/misc/rhevm.py ERROR! module rhevm has a documentation error formatting or is missing documentation After inspecting the file in Emacs I noticed it had Ctrl-M line breaks. After removing them ansible-doc -l would run fine. Reproducible: Always Steps to Reproduce: 1. install ansible from epel 6 2. run ansible-doc -l 3. Actual Results: Received error [ERROR]: unable to parse /usr/lib/python2.6/site-packages/ansible/modules/extras/cloud/misc/rhevm.py ERROR! module rhevm has a documentation error formatting or is missing documentation Expected Results: List ansible documents
This is fixed in the next version of ansible (in epel-testing). ansible-2.2.1.0-1.el6 To test you can do: sudo yum update ansible --enablerepo=epel-testing Let me know if you run into any problems with it.