소스 검색

fixed typo, caused unknown char error

Asaf Ohayon 7 년 전
부모
커밋
2b977ef2c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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