Prechádzať zdrojové kódy

Correct copy task to use remote source

Russell Teague 8 rokov pred
rodič
commit
c732d829b2

+ 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: