I'm trying to install ansible on Amazon AWS and I encountered the following error:
# yum install ansible --enablerepo=epel
# ansible-playbook
Traceback (most recent call last):
File "/usr/bin/ansible-playbook", line 44, in <module>
import ansible.playbook
ImportError: No module named ansible.playbook
What's the issue?