mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Eos port default values (#23829)
* Hook port back up for eos cli transport * The default values have moved * Why not have conditional defaults?
This commit is contained in:
parent
b4b96143fe
commit
0c2a0c7bce
2 changed files with 8 additions and 8 deletions
|
@ -60,7 +60,6 @@ eos_argument_spec = {
|
|||
# Add argument's default value here
|
||||
ARGS_DEFAULT_VALUE = {
|
||||
'transport': 'cli',
|
||||
'port': 443,
|
||||
'use_ssl': True,
|
||||
'validate_certs': True
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue