gdev icon indicating copy to clipboard operation
gdev copied to clipboard

"gdev update" command fails when installing pip

Open villepietarinen opened this issue 9 years ago • 1 comments

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: "}

villepietarinen avatar Sep 13 '16 09:09 villepietarinen

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

onnimonni avatar Sep 13 '16 09:09 onnimonni