summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/facts/system/distribution/fixtures/dragonfly_5.2.2.json
blob: 5b99a48247856b8f5b9930a04b82fbdcd32d7038 (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": "DragonFly v5.2.0-RELEASE #3",
    "input": {},
    "platform.system": "DragonFly",
    "platform.release": "5.2-RELEASE",
    "command_output": {
        "/sbin/sysctl -n kern.version": "DragonFly v5.2.0-RELEASE #1: Mon Apr  9 00:17:53 EDT 2018\nroot@www.shiningsilence.com:/usr/obj/home/justin/release/5_2/sys/X86_64_GENERIC"
    },
    "distro": {
        "codename": "",
        "id": "dragonfly",
        "name": "DragonFly",
        "version": "5.2",
        "version_best": "",
        "os_release_info": {},
        "lsb_release_info": {}
    },
    "result": {
        "distribution": "DragonFly",
        "distribution_major_version": "5",
        "distribution_release": "5.2-RELEASE",
        "os_family": "DragonFly",
        "distribution_version": "5.2.0"
    }
}