Commit 4704dfa3 authored by nanahira's avatar nanahira

fix pip3 install

parent ae2fe93a
Pipeline #2212 passed with stage
in 4 minutes and 47 seconds
......@@ -112,16 +112,17 @@
groups:
- docker
when: ansible_user_id != 'root'
- name: docker-compose requests workaround
become: true
pip:
name: requests
extra_args: --ignore-installed
when: ansible_python.version.major == 2
- name: docker-compose
become: true
pip:
name: docker-compose
when: ansible_python.version.major == 3
- name: docker-compose pip2
become: true
pip:
name: requests
executable: pip3
when: ansible_python.version.major == 2
- name: docker 配置 创建目录
become: true
file:
......
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