--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/cf84e0a0-f3fd-44e5-bf68-0f93412c1546%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
I got this error message:
ERROR! Unexpected Exception: No module named markupsafe
after installing and running ansible.
I found out that the Python files for markupsafe where not in place: /usr/lib/python2.7/dist-packages/markupsafe did not exist.
I solved this with:
apt reinstall python-markupsafe