summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/facts/system/distribution/fixtures/ubuntu_10.04_guess.json
blob: 38a6040f61e31a92384c7c70514ca19eed76f6bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Ubuntu 10.04 guess",
    "input": {
        "/etc/lsb-release": "DISTRIB_ID=Ubuntu\nDISTRIB_RELEASE=10.04\nDISTRIB_CODENAME=lucid\nDISTRIB_DESCRIPTION=\"Ubuntu 10.04.4 LTS"
    },
    "platform.dist": ["Ubuntu", "10.04", "lucid"],
    "distro": {
        "codename": "lucid",
        "id": "ubuntu",
        "name": "Ubuntu",
        "version": "10.04",
        "version_best": "10.04.1",
        "os_release_info": {},
        "lsb_release_info": {}
    },
    "result": {
        "distribution": "Ubuntu",
        "distribution_major_version": "10",
        "distribution_release": "lucid",
        "os_family": "Debian",
        "distribution_version": "10.04"
    }
}