更新wannat_common rpm file path.

This commit is contained in:
lijia
2021-12-01 19:29:13 +08:00
parent f199f737c6
commit a4acee1c2f

View File

@@ -6,7 +6,7 @@
- name: "copy wannat_common rpm to destination server"
copy:
src: "{{ role_path }}/files/rpm/{{ wannat_global.rpm_files.wannat_common_rpm_file }}"
src: "{{ role_path }}/files/{{ wannat_global.rpm_files.wannat_common_rpm_file }}"
dest: "/tmp/"
- name: "install wannat_common"