| commit | d3ece2a528e3ddc74ebee9766b05d2a55fd906bb | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Mon Oct 17 21:29:01 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Mon Oct 17 21:29:01 2016 -0400 |
| tree | 486a3706f24561348ee83da6a1fbaf655ffc6ac9 | |
| parent | fd609edb087a5974528e59b96c6087030eb83e97 [diff] |
Updated to clean up and stabilize how installations and expansion to a second region works.
diff --git a/tasks/main.yml b/tasks/main.yml index 9f72d19..fc855f6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -11,7 +11,6 @@ - name: Checking to see if failure was real by starting the components ignore_errors: yes shell: '{{ apigee_all }} start' - register: start_cmd_report when: opdk_version | version_compare('4.16.01', '>=')