Skip to content

Commit

Permalink
Fix incompatible dependencies for Docker's Python bindings
Browse files Browse the repository at this point in the history
See also related bug report for more details:
ansible-collections/community.docker#611
  • Loading branch information
Oleg Stobbe committed May 1, 2023
1 parent 7a87328 commit b338741
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/eaas-docker/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
become: yes
when: "unsupported_os is undefined"
pip:
name: docker
name:
- requests<2.29
- urllib3<2
- docker
state: present

0 comments on commit b338741

Please sign in to comment.