summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_repos')
-rw-r--r--roles/openshift_repos/tasks/main.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_repos/tasks/main.yaml b/roles/openshift_repos/tasks/main.yaml
index 7ebfc6b44..9be168611 100644
--- a/roles/openshift_repos/tasks/main.yaml
+++ b/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"