commit | 18d302c1655c61297f095bd20e660f1aa43879b9 | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Sun Apr 02 12:57:26 2017 -0400 |
committer | Carlos Frias <friasc@google.com> | Sun Apr 02 12:57:26 2017 -0400 |
tree | b994bc685ead94ce68b08c7fbf49b97f1c3763e0 | |
parent | 63f49716e0f030f0986e8f02415089c1db80dfe7 [diff] |
added ignore_errors
diff --git a/tasks/main.yml b/tasks/main.yml index 591e3c0..32ad4d2 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -33,9 +33,11 @@ - block: - name: Install Apigee Setup + ignore_errors: "{{ ignore_errors | default('no') }}" shell: '{{ apigee_service }} apigee-setup install' - name: Install Apigee Admin + ignore_errors: "{{ ignore_errors | default('no') }}" shell: '{{ apigee_service }} apigee-adminapi install' when: opdk_version | version_compare('4.16', '>=')