Ansible folk
I have a package that I want Ansible to download and install on my host computer. After the download, the next step in the installation process is a configure - first step in the configure process is to respond to the question: “Do you accept the license?”.
If host box was Linux I could use the expect module. But my host is a Windows box. What is the Ansible Windows equivalent of expect?
Thanks
Tony