Browse Source

fixed typo, caused unknown char error

Asaf Ohayon 7 years ago
parent
commit
2b977ef2c2
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