mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 22:31:25 -07:00
Add support for Devuan (#45148)
Devuan is part of Debian family. This fix adds support for Devuan OS. Fixes: #45047 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
617b8df5e6
commit
4e9b8136c2
2 changed files with 32 additions and 1 deletions
|
@ -427,6 +427,28 @@ DISTRIB_DESCRIPTION="SteamOS 2.0"
|
|||
'distribution_version': u'2.0'
|
||||
}
|
||||
},
|
||||
{
|
||||
'name': "Devuan",
|
||||
'input': {
|
||||
'/etc/os-release': """PRETTY_NAME="Devuan GNU/Linux 1 (jessie)"
|
||||
NAME="Devuan GNU/Linux"
|
||||
VERSION_ID="1"
|
||||
VERSION="1 (jessie)"
|
||||
ID=devuan
|
||||
HOME_URL="http://www.devuan.org/"
|
||||
SUPPORT_URL="http://www.devuan.org/support/"
|
||||
BUG_REPORT_URL="https://bugs.devuan.org/"
|
||||
"""
|
||||
},
|
||||
'platform.dist': ('', '', ''),
|
||||
'result': {
|
||||
'distribution': u'Devuan',
|
||||
'distribution_major_version': u'1',
|
||||
'distribution_release': u'jessie',
|
||||
'os_family': 'Debian',
|
||||
'distribution_version': u'1'
|
||||
}
|
||||
},
|
||||
{
|
||||
"platform.dist": [
|
||||
"Ubuntu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue