Browse Source

Correct copy task to use remote source

Russell Teague 8 years ago
parent
commit
c732d829b2
1 changed files with 1 additions and 0 deletions
  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: