diff --git a/roles/openshift/route/templates/route.yml b/roles/openshift/route/templates/route.yml
index 94923c098b..cde5000861 100644
--- a/roles/openshift/route/templates/route.yml
+++ b/roles/openshift/route/templates/route.yml
@@ -26,7 +26,7 @@ spec:
   tls:
 {% if termination_passthrough is defined and termination_passthrough %}
     termination: Passthrough
-{% elif termination_reencrypt is defined %}
+{% elif termination_reencrypt is defined and termination_reencrypt %}
     termination: Reencrypt
 {% else %}
     termination: edge