mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user