Преглед изворни кода

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:
   copy:
     src: /etc/yum.conf
     src: /etc/yum.conf
     dest: "{{ yum_conf_temp_file }}"
     dest: "{{ yum_conf_temp_file }}"
+    remote_src: True
 
 
 - name: Clear the exclude= list in the temporary yum.conf
 - name: Clear the exclude= list in the temporary yum.conf
   lineinfile:
   lineinfile: