Skip to content

Commit 49ee479

Browse files
authored
fix gate (kubernetes#2283)
1 parent 7f1e9ed commit 49ee479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
docker_version: 5:19.03.15~3-0~ubuntu-focal
2+
docker_version: 5:20.10.18~3-0~ubuntu-focal

tests/playbooks/roles/install-docker/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# apt-get update; apt install -y docker-ce=<version>
2929
- name: Install docker-ce
3030
apt:
31-
name: docker-ce={{ docker_version }}
31+
name: docker-ce #={{ docker_version }}
3232
state: present
3333
update_cache: yes
3434

0 commit comments

Comments
 (0)