clean up bootstrap
diff --git a/tasks/main.yml b/tasks/main.yml
index db47954..29423d9 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -27,8 +27,3 @@
   fail:
     msg: "Failing the playbook because apigee-service should be installed now and it was not installed"
   when: not apigee_service.stat.exists
-
-- name: Install Apigee component with proxy - apigee-setup
-  command: '{{ apigee_service }} apigee-setup install'
-
-