Fix transport getting set to None when not set explicitly (#24769)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
ac1017b7ad
commit
feafae70b5
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ nxos_argument_spec = {
|
|||
|
||||
# Add argument's default value here
|
||||
ARGS_DEFAULT_VALUE = {
|
||||
'transport': 'cli',
|
||||
'timeout': 10
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue