Open jnm27 opened 3 years ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @karthikeyan-dhandapani click here for bot help
Hello, check this #405 looks like the same issue. I found that this happens when using Libssh as Connection Plugin. By changing it and falling back to Paramiko, it has worked again. This can be done by setting this in the ansible.cfg
file:
[persistent_connection]
ssh_type = paramiko
Source: https://www.ansible.com/blog/new-libssh-connection-plugin-for-ansible-network
SUMMARY
I am trying to use the aruba module with network_cli and am unable to run aruba_config on it. Looking through the code, it appears that it is calling exec_command from the base connection plugin, which simply calls the local connection plugin. So I don't see how it would work. Maybe I am wrong though.
ISSUE TYPE
COMPONENT NAME
aruba_config
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
RHEL8.2 Aruba KB.16.01.0009
STEPS TO REPRODUCE
EXPECTED RESULTS
Config to be updated
ACTUAL RESULTS