clean up bootstrap
diff --git a/tasks/main.yml b/tasks/main.yml
index 70367ce..78826e0 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -28,8 +28,8 @@
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 - {{ component }}
- command: '{{ apigee_service }} {{ component }} install'
+- name: Install Apigee component with proxy - apigee-setup
+ command: '{{ apigee_service }} apigee-setup install'
environment:
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"