bugfix:修改安装PrettyTable使用清华源

This commit is contained in:
fumingwei
2023-07-18 19:40:10 +08:00
committed by 付明卫
parent 89bffe2be6
commit 43d0dab59e
2 changed files with 2 additions and 2 deletions

View File

@@ -124,4 +124,4 @@
state: present
- name: "Install python module"
shell: pip2 install PrettyTable==0.7.2
shell: pip2 install -i https://pypi.tuna.tsinghua.edu.cn/simple PrettyTable==0.7.2

View File

@@ -9,7 +9,7 @@
with_dict: "{{ mrzcpd_rpm_version }}"
- name: "Install python module"
shell: pip2 install PrettyTable==0.7.2
shell: pip2 install -i https://pypi.tuna.tsinghua.edu.cn/simple PrettyTable==0.7.2
when: runtime_env == 'TSG-X-P0906'
- name: "Install mrzcpd rpm package"