Fix transport getting set to None when not set explicitly (#24769)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/21392/merge
Trishna Guha 7 years ago committed by GitHub
parent ac1017b7ad
commit feafae70b5

@ -56,6 +56,7 @@ nxos_argument_spec = {
# Add argument's default value here # Add argument's default value here
ARGS_DEFAULT_VALUE = { ARGS_DEFAULT_VALUE = {
'transport': 'cli',
'timeout': 10 'timeout': 10
} }

Loading…
Cancel
Save