Преглед изворни кода

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 }}"
     src: "{{ item.value }}"
   when: item.key in ['certfile', 'keyfile', 'cafile'] and item.value is not None
   when: item.key in ['certfile', 'keyfile', 'cafile'] and item.value is not None
   with_dict: "{{ openshift_hosted_registry_routecertificates }}"
   with_dict: "{{ openshift_hosted_registry_routecertificates }}"
-  when: openshift_hosted_registry_routecertificates
 
 
 # When certificates are defined we will create the reencrypt
 # When certificates are defined we will create the reencrypt
 # docker-registry route
 # docker-registry route