ansible / ansible-container-demo

Manage the application lifecycle from development to deployment using Ansible Container
61 stars 32 forks source link

Unable to build containers #3

Closed mixpix3ls closed 7 years ago

mixpix3ls commented 7 years ago

Executing ansible-container build produces the following error:

ERROR No Ansible Container project data found - do you need to run "ansible-container init"?

This is after having executed the init command in the README:

ansible-container init ansible.django-gulp-nginx

giannisalinetti commented 7 years ago

Same issue for me. I also followed the documentation here https://docs.ansible.com/ansible-container/getting_started.html

nathanielks commented 7 years ago

@chouseknecht bumping. I would love to be able to evaluate ansible-container, but the demo isn't working. That's a bit of a deal breaker!

chouseknecht commented 7 years ago

@mixpix3ls @giannisalinetti @nathanielks

Thanks for your interest in Ansible Container. Apologies that it's taken until now to get the demo working. But here it is. It's finally working once again.

It's updated to work with the 0.9 release. If you intend to run through the actual steps, I recommend running Ansible Container from source, as opposed to installing it from PyPi. As I was repairing the demo, I fixed a few bugs in Ansible Container, and the fixes are only available in the development branch.

nathanielks commented 7 years ago

Much obliged, @chouseknecht!