瀏覽代碼

Correct copy task to use remote source

Russell Teague 8 年之前
父節點
當前提交
c732d829b2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      roles/openshift_version/tasks/set_version_rpm.yml

+ 1 - 0
roles/openshift_version/tasks/set_version_rpm.yml

@@ -19,6 +19,7 @@
   copy:
     src: /etc/yum.conf
     dest: "{{ yum_conf_temp_file }}"
+    remote_src: True
 
 - name: Clear the exclude= list in the temporary yum.conf
   lineinfile: