Skip to content

Commit

Permalink
Fix problem with requests 2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 21, 2024
1 parent 1ef4710 commit 273ced8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@
pip: name=websocket-client executable=pip2 version=0.59.0
when: ansible_python.version.major <= 2

- name: Install requests version <2.32.0 for docker management
pip: name=requests<2.32.0
when: ansible_python.version.major > 2

- name: Install requests version 2.15.1 for docker management pip2
pip: name=requests executable=pip2 version=2.15.1
when: ansible_python.version.major <= 2
Expand Down

0 comments on commit 273ced8

Please sign in to comment.