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:
ERIK
2022-11-18 10:18:30 +08:00
committed by GitHub
parent cbf4586c4c
commit b9a690463d
3 changed files with 10 additions and 3 deletions

View File

@@ -11,6 +11,13 @@
set_fact:
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
include_vars: "{{ item }}"
with_first_found: