1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-15 14:05:13 +00:00
community.general/test/units/modules/network/junos/fixtures/junos_config.json
2017-04-27 20:37:15 +05:30

28 lines
464 B
JSON

{
"interfaces" : [
{
"interface" : [
{
"name" :
{
"data" : "ae11"
},
"unit" : [
{
"name" :
{
"data" : "0"
},
"description" : [
{
"data" : "Test"
}
]
}
]
}
]
}
]
}