After downloading Ansible Tower, I get the install error below. I'm 
following these pages for the install of Ansible and Tower
http://docs.ansible.com/intro_installation.html#running-from-source
http://releases.ansible.com/ansible-tower/docs/tower_user_guide-latest.pdf

[larry.fast@pm2-ops-int-van ansible-tower-setup-1.4.9]$ ./setup.sh
Traceback (most recent call last):
  File "/home/larry.fast/ansible_system/ansible/bin/ansible-playbook", line 
25, in <module>
    import ansible.playbook
*ImportError: No module named ansible.playbook*

NOTES: 
CentOS6
Ansible itself is configured:
- installed from github
- source ./hacking/env-setup
- ansible all -m ping works as shown below

[larry.fast@pm2-ops-int-van ansible-tower-setup-1.4.9]$ cd ..
[larry.fast@pm2-ops-int-van ansible_system]$ ansible all -m ping -i 
host_inventory
cass2-msg| success >> {
    "changed": false,
    "ping": "pong"
}

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5e4042b4-c9c8-479a-8e3b-5409c979b50c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to