librecores/librecores-web

Ansible failing during installation

adityabisoi opened this issue · 5 comments

The command sudo ./bootstrap-dev.sh gives an error - "Ansible failed to complete successfully". Some screenshots are here :
Screenshot from 2020-01-04 11-01-58

Screenshot from 2020-01-04 11-02-19

Screenshot from 2020-01-04 11-02-47

Try running the same command without "sudo" in the main repository.
And if it didn't work then use the alternative version of option3 from the docs at https://librecores-web.readthedocs.io/en/latest/devenv/quickstart.html

No sudo is required, but that's not where the error comes from.

composer sometimes fails for no obvious reason, please retry, it often works the second time.

@imphil i also got the same error when i ran it for the first tym. But when i ran i for the second time.I was getting https://ibb.co/kMq2N5v in the terminal and a blank page on the http://www.librecores.devel/.
Then i ran "vagrant provision" as suggested in the terminal and got https://ibb.co/SyvWwT1 and https://ibb.co/G38pwzZ though on runing "ansible --version"
I am getting:
"ansible 2.9.2
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/kajoo/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/dist-packages/ansible
executable location = /usr/bin/ansible
python version = 2.7.17 (default, Nov 7 2019, 10:07:09) [GCC 7.4.0]"

@Kajol-Kumari I faced the same issue, as well. I re-installed ansible through apt. Then, executing ./bootstrap-dev.sh again solved the issue.

@adityabisoi I have tried reinstalling ansible but still i am getting the same errors and output.