I would like to know how can I pass multiple show
commands in ios_command
module in ad-hoc mode.
Sample with just one command:
ansible all -m ios_command -a "commands='show version'"
Now here I would like to send another command, say show run
or any other.
Any suggestions on this would be appreciated.