Browse Source

fix duplicate src field

Jason DeTiberus 8 years ago
parent
commit
d37a216ba7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      roles/openshift_repos/tasks/main.yaml

+ 0 - 1
roles/openshift_repos/tasks/main.yaml

@@ -41,7 +41,6 @@
 - name: Configure origin yum repositories RHEL/CentOS
   copy:
     src: origin/repos/openshift-ansible-centos-paas-sig.repo
-    src: "{{ item }}"
     dest: /etc/yum.repos.d/
   notify: refresh cache
   when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"