updated module
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index 88a549b..284ac09 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -1,3 +1,3 @@ --- -- name: Install Apigee component for version {{ opdk_version }} or greater with no proxy - {{ profile }} +- name: Install Apigee component with no proxy - {{ component }} shell: '{{ apigee_service }} {{ component }} install'
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index 8bc6a5b..2c5a65b 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -1,6 +1,6 @@ --- -- name: Install Apigee component for version {{ opdk_version }} or greater with proxy - {{ profile }} - command: '{{ apigee_service }} {{ component }} install' +- name: Install Apigee component with proxy - {{ component}} + shell: '{{ apigee_service }} {{ component }} install' environment: http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}"