mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add Alibaba to RedHat family list. (#46828)
This commit is contained in:
parent
0f5331645f
commit
e2b9c36080
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ class Distribution(object):
|
||||||
# keep keys in sync with Conditionals page of docs
|
# keep keys in sync with Conditionals page of docs
|
||||||
OS_FAMILY_MAP = {'RedHat': ['RedHat', 'Fedora', 'CentOS', 'Scientific', 'SLC',
|
OS_FAMILY_MAP = {'RedHat': ['RedHat', 'Fedora', 'CentOS', 'Scientific', 'SLC',
|
||||||
'Ascendos', 'CloudLinux', 'PSBM', 'OracleLinux', 'OVS',
|
'Ascendos', 'CloudLinux', 'PSBM', 'OracleLinux', 'OVS',
|
||||||
'OEL', 'Amazon', 'Virtuozzo', 'XenServer'],
|
'OEL', 'Amazon', 'Virtuozzo', 'XenServer', 'Alibaba'],
|
||||||
'Debian': ['Debian', 'Ubuntu', 'Raspbian', 'Neon', 'KDE neon',
|
'Debian': ['Debian', 'Ubuntu', 'Raspbian', 'Neon', 'KDE neon',
|
||||||
'Linux Mint', 'SteamOS', 'Devuan'],
|
'Linux Mint', 'SteamOS', 'Devuan'],
|
||||||
'Suse': ['SuSE', 'SLES', 'SLED', 'openSUSE', 'openSUSE Tumbleweed',
|
'Suse': ['SuSE', 'SLES', 'SLED', 'openSUSE', 'openSUSE Tumbleweed',
|
||||||
|
|
Loading…
Reference in a new issue