feature:TSG-15285:在容器中安装valgrind

This commit is contained in:
fumingwei
2023-05-30 11:40:17 +08:00
committed by 付明卫
parent 0f6236b103
commit 8250cf4da8

View File

@@ -111,3 +111,8 @@
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: "install valgrind"
yum:
name: valgrind
conf_file: "{{ rpm_repo_config_path }}"
state: present