feature:在容器中安装perl相关工具

This commit is contained in:
fumingwei
2023-05-22 18:37:37 +08:00
committed by 付明卫
parent f4ad02f4e9
commit fa28cf5550

View File

@@ -99,4 +99,15 @@
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: "install perl"
yum:
name: perl
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: "install perl-open"
yum:
name: perl-open
conf_file: "{{ rpm_repo_config_path }}"
state: present