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', '>=')