mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add Source Mage GNU/Linux facts (#19671)
* Add Source Mage GNU/Linux facts * Add unit test for OS-detection
This commit is contained in:
committed by
Brian Coca
parent
524e5d2c39
commit
039d207d24
@@ -683,6 +683,24 @@ DISTRIB_DESCRIPTION="CoreOS 976.0.0 (Coeur Rouge)"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"platform.dist": [
|
||||
"",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"input": {
|
||||
"/etc/sourcemage-release": "Source Mage GNU/Linux x86_64-pc-linux-gnu\nInstalled from tarball using chroot image (Grimoire 0.61-rc) on Thu May 17 17:31:37 UTC 2012\n"
|
||||
},
|
||||
"name": "SMGL NA",
|
||||
"result": {
|
||||
"distribution_release": "NA",
|
||||
"distribution": "SMGL",
|
||||
"distribution_major_version": "NA",
|
||||
"os_family": "SMGL",
|
||||
"distribution_version": "NA"
|
||||
}
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user