소스 검색

removing extra when condition

Kenny Woodson 8 년 전
부모
커밋
e62a4bf341
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      roles/openshift_hosted/tasks/registry/secure.yml

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

@@ -10,7 +10,6 @@
     src: "{{ item.value }}"
   when: item.key in ['certfile', 'keyfile', 'cafile'] and item.value is not None
   with_dict: "{{ openshift_hosted_registry_routecertificates }}"
-  when: openshift_hosted_registry_routecertificates
 
 # When certificates are defined we will create the reencrypt
 # docker-registry route