updated task names for bootstrap configuration
diff --git a/tasks/main.yml b/tasks/main.yml
index 484f829..be5c4ef 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -83,7 +83,7 @@
JAVA_HOME: '{{ java_home }}'
when: upgrade_edge is defined and upgrade_edge | bool == True
- - name: Install bootstrap from the provided apigee_repo_uri and apigee_repo_protocol
+ - name: Install bootstrap from the provided apigee_repo_uri and apigee_repo_protocol with no proxy
shell: 'bash {{ bootstrap_script }} apigeeuser={{ apigee_repo_user }} apigeepassword={{ apigee_repo_password }} apigeerepohost={{ apigee_repo_uri }} apigeeprotocol={{ apigee_repo_protocol }}:// JAVA_FIX=C'
args:
creates: '{{ apigee_installation_home }}/apigee-service/bin/apigee-service'
@@ -114,7 +114,7 @@
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"
- - name: Install bootstrap from the provided apigee_repo_uri and apigee_repo_protocol
+ - name: Install bootstrap from the provided apigee_repo_uri and apigee_repo_protocol with proxy
shell: 'bash {{ bootstrap_script }} apigeeuser={{ apigee_repo_user }} apigeepassword={{ apigee_repo_password }} apigeerepohost={{ apigee_repo_uri }} apigeeprotocol={{ apigee_repo_protocol }}:// JAVA_FIX=C'
args:
creates: '{{ apigee_installation_home }}/apigee-service/bin/apigee-service'