Commit eaa36fe2 authored by nanahira's avatar nanahira

pin requests version

parent ec291f68
Pipeline #27331 failed with stage
in 4 minutes and 25 seconds
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
- name: docker-compose - name: docker-compose
become: true become: true
pip: pip:
name: docker-compose,docker==6.1.3 name: docker-compose,docker==6.1.3,requests==2.31.0
executable: '{{pip_executable}}' executable: '{{pip_executable}}'
extra_args: '--no-build-isolation --ignore-installed' extra_args: '--no-build-isolation --ignore-installed'
#when: ansible_python.version.major == 3 #when: ansible_python.version.major == 3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment