[ansible-project] pexpect module installation errors on Ubuntu

2017-06-21 Thread Murthy Vipparthy
Thank you for looking @ issues I am trying to install pexpect module using easy_install script in Ubuntu Servers and following are errors we have been observing after search found following bug can cause issues, Does this bug fixed or any work around for my installation.. Bug observed

Re: [ansible-project] Re: Expect module throwing up an error while passing responses

2017-05-30 Thread Murthy Vipparthy
or that script is looking for absolute path. Do you know how to avoid absolute path prompt ?? -Murthy On Sunday, May 28, 2017 at 10:35:10 AM UTC-7, Kai Stian Olstad wrote: > > On 26. mai 2017 21:44, Murthy Vipparthy wrote: > > *Thank you Kai for response. Unfortunately this did N

Re: [ansible-project] Re: Expect module throwing up an error while passing responses

2017-05-26 Thread Murthy Vipparthy
"Press \\[Enter\\] to continue:": "\\n" }, "timeout": 180 } }, "msg": "command exceeded timeout", "rc": null, "start": "2017-05-26 12:18:06.789421", Also OUTPUT here ""

[ansible-project] Re: Ansible expect module to prompt yes to a question (with spl characters)

2017-05-26 Thread Murthy Vipparthy
Hi there, I am stuck @ similar place where I have to say enter after y when 'Do you accept this license[y/n]' . I have given following CODE and stuck, Any help appreciated. -Murthy *responses: 'Press \[Enter\] to continue:': \n 'Do you accept this license\?\[y/n\]': y\n*

Re: [ansible-project] Re: Expect module throwing up an error while passing responses

2017-05-26 Thread Murthy Vipparthy
*Kai* Here is my playbook command # ansible-playbook opencl.yml --ask-become-pass - When I use my Playbook with below option while responses: 'Press \[Enter\] to continue:': \n '--More--' : \r 'Do you accept this license\?\[y/n\]': y I am b