Explorar o código

Merge pull request #7933 from openshift-cherrypick-robot/cherry-pick-7930-to-master

[master] fixed typo, caused unknown char error
Scott Dodson %!s(int64=7) %!d(string=hai) anos
pai
achega
5f17540924
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/openshift_hosted/tasks/secure.yml

+ 1 - 1
roles/openshift_hosted/tasks/secure.yml

@@ -46,7 +46,7 @@
     slurp:
       src: "{{ item }}"
     with_items:
-    - "{{ docker_registry_cert_path }}"
+    - "{{ docker_registry_cert_path }}"
     - "{{ docker_registry_cacert_path }}"
     register: certificate_files