mirror of https://github.com/ansible/ansible.git
distribution - handle NetBSD OS Family (#70799)
Fixes: #43739 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/72778/head
parent
8a4afbf9f2
commit
a223ea5185
@ -0,0 +1,2 @@
|
|||||||
|
minor_changes:
|
||||||
|
- distribution - handle NetBSD OS Family (https://github.com/ansible/ansible/issues/43739).
|
@ -0,0 +1,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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue