ansible / ansible-container-demo

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

synchronize: does not work over docker connection. #2

Closed bbaassssiiee closed 7 years ago

bbaassssiiee commented 7 years ago

ansible-container_1 | TASK [django-gunicorn : Copy source] *** ansible-container_1 | fatal: [django]: FAILED! => {"changed": false, "failed": true, "msg": "synchronize uses rsync to function. rsync needs to connect to the remote host via ssh or a direct filesystem copy. This remote host is being accessed via docker instead so it cannot work."}

chouseknecht commented 7 years ago

@bbaassssiiee - you need to use Ansible Container v0.3.0. To do so requires running from source, rather than installing from pip.

chouseknecht commented 7 years ago

@bbaassssiiee, closing this issue, because the Travis test demonstrates that the build does work, and indeed with the latest Ansible Container installed from source, synchronize works over the Docker connection plugin.

Thank you for trying out the demo, and for your interest in Ansible Container. I really appreciate you taking the time to open issues and provide feedback.

Thanks!

--Chris