summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/facts/system/distribution/fixtures/debian_stretch_sid.json
blob: 23388303d763d2137862070c22cf7d0094d1483f (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
{
    "name": "Debian stretch/sid",
    "input": {
        "/etc/os-release": "PRETTY_NAME=\"Debian GNU/Linux stretch/sid\"\nNAME=\"Debian GNU/Linux\"\nID=debian\nHOME_URL=\"https://www.debian.org/\"\nSUPPORT_URL=\"https://www.debian.org/support\"\nBUG_REPORT_URL=\"https://bugs.debian.org/\"",
        "/etc/debian_version": "stretch/sid\n"
    },
    "platform.dist": ["debian", "stretch/sid", ""],
    "distro": {
        "codename": "stretch",
        "id": "debian",
        "name": "Debian GNU/Linux",
        "version": "9",
        "version_best": "9.8",
        "lsb_release_info": {
            "release": "unstable",
            "codename": "sid",
            "distributor_id": "Debian",
            "description": "Debian GNU/Linux stretch/sid"
        },
        "os_release_info": {
            "name": "Debian GNU/Linux",
            "support_url": "https://www.debian.org/support",
            "bug_report_url": "https://bugs.debian.org/",
            "pretty_name": "Debian GNU/Linux stretch/sid",
            "home_url": "https://www.debian.org/",
            "id": "debian"
        }
    },
    "result": {
        "distribution": "Debian",
        "distribution_major_version": "9",
        "distribution_release": "stretch",
        "os_family": "Debian",
        "distribution_version": "9.8"
    }
}