updated apigee_repo_url logic
diff --git a/tasks/online/install-bootstrap-with-no-proxy.yml b/tasks/online/install-bootstrap-with-no-proxy.yml
index 5eef1ed..f9f6990 100644
--- a/tasks/online/install-bootstrap-with-no-proxy.yml
+++ b/tasks/online/install-bootstrap-with-no-proxy.yml
@@ -33,7 +33,7 @@
     failed_when: results is defined and results.rc is defined and results.rc > 0 or results | failed
     when: apigee_stage is not defined and opdk_debug_mode is defined and opdk_debug_mode | trim | lower == 'on'
     register: results
-  when: (apigee_repo_uri is not defined and apigee_repo_uri | trim | length > 0)
+  when: (apigee_repo_uri is defined and apigee_repo_uri | trim | length > 0)
 
 - block:
   - name: Install bootstrap from development repositories with no proxy