Skip to content

Commit

Permalink
fix gate (#2311)
Browse files Browse the repository at this point in the history
Co-authored-by: jichenjc <jichenjc@cn.ibm.com>
  • Loading branch information
k8s-infra-cherrypick-robot and jichenjc authored Jul 27, 2023
1 parent ec19301 commit 1bca88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/playbooks/roles/install-docker/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
docker_version: 5:19.03.15~3-0~ubuntu-focal
docker_version: 5:20.10.18~3-0~ubuntu-focal
2 changes: 1 addition & 1 deletion tests/playbooks/roles/install-docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# apt-get update; apt install -y docker-ce=<version>
- name: Install docker-ce
apt:
name: docker-ce={{ docker_version }}
name: docker-ce #={{ docker_version }}
state: present
update_cache: yes

Expand Down

0 comments on commit 1bca88c

Please sign in to comment.