pearofducks / ansible-vim

A vim plugin for syntax highlighting Ansible's common filetypes
MIT License
796 stars 98 forks source link

UltiSnips generation fails #43

Closed chauncey-garrett closed 6 years ago

chauncey-garrett commented 6 years ago

I'm using python2 and have ansible installed via pip. Installation fails with this error:

Traceback (most recent call last):
  File "./UltiSnips/generate.py", line 9, in <module>
    from ansible.utils.module_docs import get_docstring
ImportError: No module named module_docs

image

pearofducks commented 6 years ago

Regression against Ansible 2.4 - fixed now - thanks for reporting!