mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix ClearLinux pretty name
ClearLinux has changed its pretty name in os-release file from: 'Clear Linux Software for Intel Architecture' to: 'Clear Linux OS for Intel Architecture' This patch makes the SEARCH_STRING 'Clear Linux' rather than the full name to make it compatible with the old and new name. Signed-off-by: Alberto Murillo Silva <alberto.murillo.silva@intel.com>
This commit is contained in:
parent
403c142750
commit
bb234b9206
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ class Distribution(object):
|
||||||
'OracleLinux': 'Oracle Linux',
|
'OracleLinux': 'Oracle Linux',
|
||||||
'RedHat': 'Red Hat',
|
'RedHat': 'Red Hat',
|
||||||
'Altlinux': 'ALT Linux',
|
'Altlinux': 'ALT Linux',
|
||||||
'ClearLinux': 'Clear Linux Software for Intel Architecture',
|
'ClearLinux': 'Clear Linux',
|
||||||
'SMGL': 'Source Mage GNU/Linux',
|
'SMGL': 'Source Mage GNU/Linux',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue