I have to install an old .sh installer that requires command line inputs. I know I can write an expect script to do this, but is there an ansible module equivalent way to do console interaction? It is literally 3 carriage returns and the letter Y…
Thanks!
Brian