Commit 166d5688 authored by nanahira's avatar nanahira

fix pip install

parent ce7df0cf
Pipeline #14159 failed with stage
in 8 minutes and 27 seconds
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
become: true become: true
pip: pip:
name: docker-compose name: docker-compose
executable: /usr/local/bin/pip
#when: ansible_python.version.major == 3 #when: ansible_python.version.major == 3
- name: docker 创建目录 - name: docker 创建目录
become: true become: true
......
...@@ -77,3 +77,4 @@ ...@@ -77,3 +77,4 @@
become: true become: true
pip: pip:
name: '{{pip_package_list}}' name: '{{pip_package_list}}'
executable: /usr/local/bin/pip
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