09-29-2020 01:47 PM
SO it's been a bit since I had "played" around with ansible, probably like 2.4 or 2.5. Now it seems we are at version 2.9. Is the ios_command module changed or not available anymore?
I keep getting this error when I am trying to run a simple "show arp" command.
atal: [vIOS04]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (ios_command) module: register Supported parameters include: auth_pass, authorize, commands, host, interval, match, password, port, provider, retries, ssh_keyfile, timeout, username, wait_for"}
So I am trying to figure out where this issue is and what needs to be fixed.