Commit edeec0b3 authored by nanahira's avatar nanahira

use docker==6.1.3

parent 0c4c5b6f
Pipeline #25048 failed with stage
in 4 minutes and 58 seconds
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
- name: docker-compose - name: docker-compose
become: true become: true
pip: pip:
name: docker-compose name: docker-compose,docker==6.1.3
executable: /usr/local/bin/pip executable: /usr/local/bin/pip
extra_args: '--no-build-isolation' extra_args: '--no-build-isolation'
#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