update
This commit is contained in:
parent
2c1ea30398
commit
7bb41d13dc
@ -10,11 +10,6 @@
|
|||||||
chdir: ~
|
chdir: ~
|
||||||
cmd: pip3 install bson==0.5.10
|
cmd: pip3 install bson==0.5.10
|
||||||
|
|
||||||
- name: 安装cffi
|
|
||||||
shell:
|
|
||||||
chdir: ~
|
|
||||||
cmd: pip3 install cffi==1.14.4
|
|
||||||
|
|
||||||
- name: 安装gevent
|
- name: 安装gevent
|
||||||
shell:
|
shell:
|
||||||
chdir: ~
|
chdir: ~
|
||||||
|
@ -9,6 +9,8 @@
|
|||||||
include: install.yml
|
include: install.yml
|
||||||
when: not python3_stat_result.stat.exists
|
when: not python3_stat_result.stat.exists
|
||||||
|
|
||||||
|
- name: 设置pip源
|
||||||
|
include: setpip.yml
|
||||||
|
|
||||||
- name: 安装必须的Python包
|
- name: 安装必须的Python包
|
||||||
include: install_pkg.yml
|
include: install_pkg.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user