mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
bump docker version for openeuler linux (#11206)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
1
roles/bootstrap-os/tasks/openEuler.yml
Symbolic link
1
roles/bootstrap-os/tasks/openEuler.yml
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
centos.yml
|
||||||
@@ -11,13 +11,6 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
is_ostree: "{{ ostree.stat.exists }}"
|
is_ostree: "{{ ostree.stat.exists }}"
|
||||||
|
|
||||||
- name: Set docker_version for openEuler
|
|
||||||
set_fact:
|
|
||||||
docker_version: '19.03'
|
|
||||||
when: ansible_distribution == "openEuler"
|
|
||||||
tags:
|
|
||||||
- facts
|
|
||||||
|
|
||||||
- name: Gather os specific variables
|
- name: Gather os specific variables
|
||||||
include_vars: "{{ item }}"
|
include_vars: "{{ item }}"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
|
|||||||
1
roles/container-engine/docker/vars/openeuler.yml
Symbolic link
1
roles/container-engine/docker/vars/openeuler.yml
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
kylin.yml
|
||||||
Reference in New Issue
Block a user