Re: [ansible-project] Re: How to configure prompt with 2 inputs

2020-01-14 Thread Srinivas Naram
Thanks, that helped. On Mon, Jan 13, 2020 at 9:55 PM Uriel wrote: > I think the only thing missing from @Phil's answer is check_all: True > > On Monday, January 13, 2020 at 2:51:48 AM UTC-6, Srinivas Naram wrote: >> >> Thanks for our reply Phil. It did not work though. >> >> Any other

Re: [ansible-project] Re: How to configure prompt with 2 inputs

2020-01-13 Thread Uriel
I think the only thing missing from @Phil's answer is check_all: True On Monday, January 13, 2020 at 2:51:48 AM UTC-6, Srinivas Naram wrote: > > Thanks for our reply Phil. It did not work though. > > Any other suggestions ? > > On Fri, Jan 10, 2020 at 10:25 PM Phil Griffiths > wrote: > >> try

Re: [ansible-project] Re: How to configure prompt with 2 inputs

2020-01-13 Thread Srinivas Naram
Thanks for our reply Phil. It did not work though. Any other suggestions ? On Fri, Jan 10, 2020 at 10:25 PM Phil Griffiths wrote: > try this? > > name: reboot ios device > cli_command: > command: reload > prompt: > - Save? > - confirm > answer: > - y >

[ansible-project] Re: How to configure prompt with 2 inputs

2020-01-10 Thread Phil Griffiths
try this? name: reboot ios device cli_command: command: reload prompt: - Save? - confirm answer: - y - y On Friday, 10 January 2020 14:28:23 UTC, Srinivas Naram wrote: > > Hello Gurus > > I am working on ios_command module. This modules facilitates in