Hi,
unfortunately I can’t install ansible using pip:
sudo pip install git+https://github.com/edx/ansible.git@stable-1.9.3-rc1-edx#egg=ansible==1.9.3-edx
I dont know why but cloning did not finished after about an hour.
Collecting ansible==1.9.3-edx from git+https://github.com/edx/ansible.git@stable-1.9.3-rc1-edx#egg=ansible==1.9.3-edx
Cloning https://github.com/edx/ansible.git (to stable-1.9.3-rc1-edx) to /tmp/pip-build-cOVoEc/ansible … and the screen stop
Perhaps because of a certificate error
I tried to download the specific version from Github and then installing it.
pip install ~/ansible-stable-1.9.3-rc1-edx.zip
I succeed but when i try the next command
sudo ansible-playbook -c local ./edx_sandbox.yml -i “localhost,”
ERROR: command is not a legal parameter in an Ansible task or handler
Is there any way for me to install Open Edx ?