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

Merge pull request #10619 from camabeh/patch-1

Update centos_repos.yml
OpenShift Merge Robot пре 6 година
родитељ
комит
9aa63b8641
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      roles/openshift_repos/tasks/centos_repos.yml

+ 1 - 1
roles/openshift_repos/tasks/centos_repos.yml

@@ -19,6 +19,6 @@
     src: "{{ item }}"
     dest: "/etc/yum.repos.d/{{ (item | basename | splitext)[0] }}"
   with_first_found:
-    - "CentOS-OpenShift-Origin{{ ((openshift_version | default('')).split('.') | join(''))[0:2] }}.repo.j2"
+    - "CentOS-OpenShift-Origin{{ ((openshift_version | default('')).split('.')[0:2] | join('')) }}.repo.j2"
     - "CentOS-OpenShift-Origin.repo.j2"
   notify: refresh cache