Compare commits
No commits in common. 'c9' and 'i9-beta' have entirely different histories.
@ -0,0 +1,25 @@
|
|||||||
|
From 8d48431230f5fb03ee8b35386fdb967609267a6e Mon Sep 17 00:00:00 2001
|
||||||
|
From: tigro <arkadiy.sheyn@softline.com>
|
||||||
|
Date: Mon, 14 Aug 2023 17:40:06 +0300
|
||||||
|
Subject: [PATCH] Added MSVSphere support
|
||||||
|
|
||||||
|
---
|
||||||
|
lib/ansible/module_utils/facts/system/distribution.py | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/lib/ansible/module_utils/facts/system/distribution.py b/lib/ansible/module_utils/facts/system/distribution.py
|
||||||
|
index dcb6e5a..bab748b 100644
|
||||||
|
--- a/lib/ansible/module_utils/facts/system/distribution.py
|
||||||
|
+++ b/lib/ansible/module_utils/facts/system/distribution.py
|
||||||
|
@@ -513,7 +513,7 @@ class Distribution(object):
|
||||||
|
'Ascendos', 'CloudLinux', 'PSBM', 'OracleLinux', 'OVS',
|
||||||
|
'OEL', 'Amazon', 'Virtuozzo', 'XenServer', 'Alibaba',
|
||||||
|
'EulerOS', 'openEuler', 'AlmaLinux', 'Rocky', 'TencentOS',
|
||||||
|
- 'EuroLinux', 'Kylin Linux Advanced Server'],
|
||||||
|
+ 'EuroLinux', 'Kylin Linux Advanced Server', 'MSVSphere'],
|
||||||
|
'Debian': ['Debian', 'Ubuntu', 'Raspbian', 'Neon', 'KDE neon',
|
||||||
|
'Linux Mint', 'SteamOS', 'Devuan', 'Kali', 'Cumulus Linux',
|
||||||
|
'Pop!_OS', 'Parrot', 'Pardus GNU/Linux', 'Uos', 'Deepin', 'OSMC'],
|
||||||
|
--
|
||||||
|
2.41.0
|
||||||
|
|
Loading…
Reference in new issue