clean up bootstrap
diff --git a/tasks/main.yml b/tasks/main.yml
index 42a729f..cf4b1d4 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -29,6 +29,6 @@
   when: not apigee_service.stat.exists
 
 - name: Install Apigee component with proxy - apigee-setup
-  command: '{{ apigee_service }} apigee-setup install'
+  command: '/opt/apigee/apigee-service/bin/apigee-service apigee-setup install'
   when: (opdk_debug_mode is not defined or opdk_debug_mode | trim | lower == 'off') and apigee_service.stat.executable