mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
set ansible_os_family from name variable in os-release for clearlinux OS (#49639)
* set ansible_os_family from name variable in os-release for clearlinux system Signed-off-by: Josue David Hernandez Gutierrez <josue.d.hernandez.gutierrez@intel.com> * Add os_family for clear linux and clear linux mixes Signed-off-by: Josue David Hernandez Gutierrez <josue.d.hernandez.gutierrez@intel.com>
This commit is contained in:
parent
935fa51143
commit
9202ef60b0
2 changed files with 6 additions and 2 deletions
|
@ -1006,7 +1006,7 @@ PRIVACY_POLICY_URL="http://www.intel.com/privacy"
|
|||
"name": "ClearLinux 26580",
|
||||
"result": {
|
||||
"distribution_release": "clear-linux-os",
|
||||
"distribution": "ClearLinux",
|
||||
"distribution": "Clear Linux OS",
|
||||
"distribution_major_version": "26580",
|
||||
"os_family": "ClearLinux",
|
||||
"distribution_version": "26580"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue