mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07: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:
parent
524e5d2c39
commit
039d207d24
2 changed files with 25 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue