mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 22:16:05 -03:30
Add docker support for openEuler linux (#9498)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
tags:
|
||||
- facts
|
||||
|
||||
- name: Set os_family fact for Kylin Linux Advanced Server
|
||||
- name: Set os_family fact for Kylin Linux Advanced Server and openEuler
|
||||
set_fact:
|
||||
ansible_os_family: "RedHat"
|
||||
ansible_distribution_major_version: "8"
|
||||
when: ansible_distribution == "Kylin Linux Advanced Server"
|
||||
when: ansible_distribution in ["Kylin Linux Advanced Server", "openEuler"]
|
||||
tags:
|
||||
- facts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user