Merge "Fix double-keyed json"

This commit is contained in:
Zuul 2023-03-16 21:39:14 +00:00 committed by Gerrit Code Review
commit ad87cc76b8

View File

@ -1,4 +1,15 @@
{ {
"release": {
"centos": {
"7": {
"NetworkManager": "",
"dhcp-client": ""
},
"9-stream": {
"lsb_release": "ed hostname patch postfix tar time"
}
}
},
"distro": { "distro": {
"openeuler": { "openeuler": {
"linux-firmware": "", "linux-firmware": "",
@ -7,25 +18,9 @@
"redhat-rpm-config": "openEuler-rpm-config" "redhat-rpm-config": "openEuler-rpm-config"
} }
}, },
"release": { "family": {
"centos": {
"7": {
"NetworkManager": "",
"dhcp-client": ""
}
}
},
"release": {
"centos": {
"9-stream": {
"lsb_release": "ed hostname patch postfix tar time"
}
}
},
"family": {
"redhat": { "redhat": {
"lsb_release": "redhat-lsb-core" "lsb_release": "redhat-lsb-core"
} }
} }
} }