summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/facts/system/distribution/fixtures/debian_10.json
blob: 5ac3f457fc502c3a95e547d5ebe2467dbb946a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
    "name": "Debian 10",
    "distro": {
        "codename": "buster",
        "id": "debian",
        "name": "Debian GNU/Linux",
        "version": "10",
        "version_best": "10",
        "lsb_release_info": {
            "distributor_id": "Debian",
            "description": "Debian GNU/Linux 10 (buster)",
            "release": "10",
            "codename": "buster"
        },
        "os_release_info": {
            "pretty_name": "Debian GNU/Linux 10 (buster)",
            "name": "Debian GNU/Linux",
            "version_id": "10",
            "version": "10 (buster)",
            "version_codename": "buster",
            "id": "debian",
            "home_url": "https://www.debian.org/",
            "support_url": "https://www.debian.org/support",
            "bug_report_url": "https://bugs.debian.org/",
            "codename": "buster"
        }
    },
    "input": {
        "/etc/os-release": "PRETTY_NAME=\"Debian GNU/Linux 10 (buster)\"\nNAME=\"Debian GNU/Linux\"\nVERSION_ID=\"10\"\nVERSION=\"10 (buster)\"\nVERSION_CODENAME=buster\nID=debian\nHOME_URL=\"https://www.debian.org/\"\nSUPPORT_URL=\"https://www.debian.org/support\"\nBUG_REPORT_URL=\"https://bugs.debian.org/\"\n",
        "/usr/lib/os-release": "PRETTY_NAME=\"Debian GNU/Linux 10 (buster)\"\nNAME=\"Debian GNU/Linux\"\nVERSION_ID=\"10\"\nVERSION=\"10 (buster)\"\nVERSION_CODENAME=buster\nID=debian\nHOME_URL=\"https://www.debian.org/\"\nSUPPORT_URL=\"https://www.debian.org/support\"\nBUG_REPORT_URL=\"https://bugs.debian.org/\"\n",
        "/etc/debian_version": "10.7\n"
    },
    "platform.dist": ["debian", "10", "buster"],
    "result": {
        "distribution": "Debian",
        "distribution_version": "10",
        "distribution_release": "buster",
        "distribution_major_version": "10",
        "distribution_minor_version": "7",
        "os_family": "Debian"
    }
}