1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

enable_netconf_support_on_dellos10 (#44816)

This commit is contained in:
abirami-n 2018-09-05 19:16:01 +05:30 committed by Deepak Agrawal
parent 25563dc7cf
commit 3601c74971

View file

@ -201,6 +201,7 @@ logging.getLogger('ncclient').setLevel(logging.INFO)
NETWORK_OS_DEVICE_PARAM_MAP = {
"nxos": "nexus",
"ios": "default",
"dellos10": "default",
"sros": "alu",
"ce": "huawei"
}