summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/facts/system/distribution/fixtures/netbsd_8.2.json
blob: 65c4ed6117226b3225beb255e953ec2c2f03eddb (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
{
    "name": "NetBSD 8.2 (GENERIC) #0",
    "input": {},
    "platform.system": "NetBSD",
    "platform.release": "8.2",
    "command_output": {
        "/sbin/sysctl -n kern.version": "NetBSD 8.2 (GENERIC) #0: Tue Mar 31 05:08:40 UTC 2020\n        mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC"
    },
    "distro": {
        "codename": "",
        "id": "netbsd",
        "name": "NetBSD",
        "version": "8.2",
        "version_best": "8.2",
        "os_release_info": {},
        "lsb_release_info": {}
    },
    "result": {
        "distribution": "NetBSD",
        "distribution_major_version": "8",
        "distribution_release": "8.2",
        "os_family": "NetBSD",
        "distribution_version": "8.2"
    }
}