devgeniem / gdev

Helper script for developing containerized web applications.
https://devgeniem.github.io/gdev/
MIT License
29 stars 16 forks source link

"gdev update" command fails when installing pip #14

Open villepietarinen opened 8 years ago

villepietarinen commented 8 years ago

fatal: [127.0.0.1]: FAILED! => {"failed": true, "msg": "timeout waiting for privilege escalation password prompt:\n\nWARNING: Improper use of the sudo command could lead to data loss\nor the deletion of important system files. Please double-check your\ntyping when using sudo. Type \"man sudo\" for more information.\n\nTo proceed, enter your password, or type Ctrl-C to abort.\n\n[sudo via ansible, key=xxx] password: "}

onnimonni commented 8 years ago

this is ansible bug which happens only in osx when commands need sudo. There's a few upstream issues which we should look into.

This also happens for me with latest ansible from pip:

$ ansible-playbook --version
ansible-playbook 2.1.1.0