Browse Source

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

[master] fixed typo, caused unknown char error
Scott Dodson 7 years ago
parent
commit
5f17540924
1 changed files with 1 additions and 1 deletions
  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