updated module
diff --git a/tasks/main.yml b/tasks/main.yml index 012efa9..b2ac8d6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -8,11 +8,3 @@ include: with_proxy.yml when: https_proxy is defined and https_proxy | trim != '' and http_proxy is defined and http_proxy | trim != '' -- name: Wait for ready - ignore_errors: "{{ ignore_errors | default('no') }}" - command: '{{ apigee_all }} wait_for_ready' - when: validate_ready | default(true) - -- name: Validate component status - command: '{{ apigee_all }} status' -
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index 2c5a65b..9805b06 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -1,5 +1,5 @@ --- -- name: Install Apigee component with proxy - {{ component}} +- name: Install Apigee component with proxy - {{ component }} shell: '{{ apigee_service }} {{ component }} install' environment: http_proxy: "{{ http_proxy }}"