updated archive
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index 06460cf..d8573d0 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -1,18 +1,18 @@ --- -- name: Obtain apigee-provision status - stat: - path: '{{ apigee_provision_dir }}' - register: apigee_provision_status +#- name: Obtain apigee-provision status +# stat: +# path: '{{ apigee_provision_dir }}' +# register: apigee_provision_status -- name: Ensure apigee-provision is current by uninstalling this first with no proxy - ignore_errors: yes - shell: '{{ apigee_service }} apigee-provision uninstall' - when: apigee_provision_status.stat.exists +#- name: Ensure apigee-provision is current by uninstalling this first with no proxy +# ignore_errors: yes +# shell: '{{ apigee_service }} apigee-provision uninstall' +# when: apigee_provision_status.stat.exists - name: Apigee provision installation with no proxy shell: '{{ apigee_service }} apigee-provision install' - when: not apigee_provision_status.stat.exists +# when: not apigee_provision_status.stat.exists - name: Apigee organization setup with no proxy shell: '{{ apigee_service }} apigee-provision setup-org -f {{ onboarding_config_file_path }}' - ignore_errors: yes +# ignore_errors: yes