I would like to send command \"reload in \" to Cisco IOS, but that specific command needs to be confirmed like below:
#reload in 30 Reload scheduled in 30 minut
It appears that the simplest method would be to use the 'raw' module to send raw SSH commands to the device.
This avoids having to use expect and having to play around with the ios_command module.
The raw module will run the commands without caring what responses or prompts the device.