updated validate template so we no longer require pexpect
diff --git a/templates/apigee-validate-r-mp.conf.j2 b/templates/apigee-validate-r-mp.conf.j2
index 810fe3f..66fb413 100644
--- a/templates/apigee-validate-r-mp.conf.j2
+++ b/templates/apigee-validate-r-mp.conf.j2
@@ -38,3 +38,4 @@
 {% else %}
 HOST_ALIAS=Neither a dc-1 or dc-2 inventory group was defined
 {% endif %}
+YES="{{ confirm_delete_org | default('y')}}"
diff --git a/templates/apigee-validate-rmp.conf.j2 b/templates/apigee-validate-rmp.conf.j2
index fe3c44f..e66d713 100644
--- a/templates/apigee-validate-rmp.conf.j2
+++ b/templates/apigee-validate-rmp.conf.j2
@@ -38,3 +38,4 @@
 {% else %}
     HOST_ALIAS=Neither a dc-1 or dc-2 inventory group was defined
 {% endif %}
+YES="{{ confirm_delete_org | default('y')}}"