Browse Source

bump docker version for openeuler linux (#11206)

Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
pull/11132/head
ERIK 11 months ago
committed by GitHub
parent
commit
dac4705ebe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 7 deletions
  1. 1
      roles/bootstrap-os/tasks/openEuler.yml
  2. 7
      roles/container-engine/docker/tasks/main.yml
  3. 1
      roles/container-engine/docker/vars/openeuler.yml

1
roles/bootstrap-os/tasks/openEuler.yml

@ -0,0 +1 @@
centos.yml

7
roles/container-engine/docker/tasks/main.yml

@ -11,13 +11,6 @@
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:

1
roles/container-engine/docker/vars/openeuler.yml

@ -0,0 +1 @@
kylin.yml
Loading…
Cancel
Save