bugfix:TSG-17845:容器中安装python3 prettytable库

This commit is contained in:
fumingwei
2023-12-11 14:56:44 +08:00
parent 18b4068626
commit 5867087e8c

View File

@@ -131,3 +131,12 @@
name: js-d3-flame-graph
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: "install python3"
yum:
name: python3
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: "install python3 prettytable"
shell: python3 -m pip install prettytable