Jordan,

Thanks for the detailed description.  Actually am working on stopping 
services which has dependencies just like service A dependent on Service B, 
am having issue in this scenario. Can you please give some info on stopping 
dependencies as well?


On Friday, June 28, 2019 at 1:48:36 AM UTC+5:30, Jordan Borean wrote:
>
> Ansible modules are designed to be run in a non-interactive fashion, you 
> won't receive the prompt on the controller as that's just not how Ansible 
> works. You also won't be able to use expect for Windows as that is a Python 
> module. Your best bet is to the use stdin option for win_command to send 
> data over the stdin pipe. This is a very basic mechanism but if all you 
> need to do is type 'y' then send y over stdin.
>
> Thanks
>
> Jordan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/587ba120-6af2-4f15-acb8-9ef547fd6e21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to