Skip to content

Commit ed1f032

Browse files
committed
Fix failing builds due to new docker-py release.
1 parent d5029c7 commit ed1f032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
vars:
55
pip_install_packages:
6-
- docker
6+
# See: https://github.com/ansible/ansible/issues/35612
7+
- name: docker
8+
version: "2.7.0"
79

810
pre_tasks:
911
- name: Update the apt cache so we can install ufw.

0 commit comments

Comments
 (0)