Explorar o código

fixed typo, caused unknown char error

Asaf Ohayon %!s(int64=7) %!d(string=hai) anos
pai
achega
2b977ef2c2
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