hi folks, I was looking at the nxos_command module here
and noticed it used a cmd.get(‘output’) method in a get_command() method
but when I looked at the the source for get_command(), which takes an “output” argument, I noticed it doesn’t appear to be used anywhere in that method
https://github.com/ansible/ansible/blob/devel/lib/ansible/module_utils/netcli.py#L151
Am I reading that right?
thanks,
tim