[ansible-project] Re: Ansible expect module responses to all prompt with same value...

2016-02-16 Thread CD Truong
On Tuesday, February 9, 2016 at 12:05:57 PM UTC-6, CD Truong wrote: > > Hi, > > I ran into a problem with expect module response the same value to all > prompt. > > I have a task that execute a command and expecting four prompt the expect > module response to th

[ansible-project] Ansible expect module responses to all prompt with same value...

2016-02-09 Thread CD Truong
Hi, I ran into a problem with expect module response the same value to all prompt. I have a task that execute a command and expecting four prompt the expect module response to the first prompt correctly but response to the 2nd & 3rd prompt with the same value from the 1st prompt. - expect:

[ansible-project] Re: expect module does not work with multiple prompts

2016-02-05 Thread CD Truong
Hi, I ran across a problem with expect response the same value to all prompt. I have a task that execute a command and expecting four prompt the expect module response to the first prompt correctly but response to the 2nd & 3rd prompt with the same value from the 1st prompt. - expect: