mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
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
|
# Add argument's default value here
|
||||||
ARGS_DEFAULT_VALUE = {
|
ARGS_DEFAULT_VALUE = {
|
||||||
|
'transport': 'cli',
|
||||||
'timeout': 10
|
'timeout': 10
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue