mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 06:11:26 -07:00
Fixes #33628
This commit is contained in:
parent
ca634486f1
commit
eebe728ae8
2 changed files with 32 additions and 1 deletions
|
@ -377,6 +377,34 @@ BUG_REPORT_URL="http://bugs.debian.org/"
|
|||
'distribution_version': u'7.9'
|
||||
}
|
||||
},
|
||||
{
|
||||
'name': "SteamOS 2.0",
|
||||
'input': {
|
||||
'/etc/os-release': """PRETTY_NAME="SteamOS GNU/Linux 2.0 (brewmaster)"
|
||||
NAME="SteamOS GNU/Linux"
|
||||
VERSION_ID="2"
|
||||
VERSION="2 (brewmaster)"
|
||||
ID=steamos
|
||||
ID_LIKE=debian
|
||||
HOME_URL="http://www.steampowered.com/"
|
||||
SUPPORT_URL="http://support.steampowered.com/"
|
||||
BUG_REPORT_URL="http://support.steampowered.com/"
|
||||
""",
|
||||
'/etc/lsb-release': """DISTRIB_ID=SteamOS
|
||||
DISTRIB_RELEASE=2.0
|
||||
DISTRIB_CODENAME=brewmaster
|
||||
DISTRIB_DESCRIPTION="SteamOS 2.0"
|
||||
"""
|
||||
},
|
||||
'platform.dist': ('Steamos', '2.0', 'brewmaster'),
|
||||
'result': {
|
||||
'distribution': u'SteamOS',
|
||||
'distribution_major_version': u'2',
|
||||
'distribution_release': u'brewmaster',
|
||||
"os_family": "Debian",
|
||||
'distribution_version': u'2.0'
|
||||
}
|
||||
},
|
||||
{
|
||||
"platform.dist": [
|
||||
"Ubuntu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue