Browse Source

removing extra when condition

Kenny Woodson 8 years ago
parent
commit
e62a4bf341
1 changed files with 0 additions and 1 deletions
  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