commit | 1864dca1fb4c7017d5b1f56f92a5b0451e985bf7 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Mar 08 15:02:29 2018 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Mar 08 15:02:29 2018 -0500 |
tree | 51c12c3be70327b843c7a1f7cbfc3da506abae00 | |
parent | 3e7be7bcd6dd2514e8ea1926320e35179988e86a [diff] |
Updated install to work if router and message processors are defined on separate boxes.
diff --git a/tasks/main.yml b/tasks/main.yml index 32ab6cd..3ad6352 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -21,7 +21,7 @@ when: opdk_version | version_compare('4.16.05', '>') - name: Confirm existence of edge-message-processor - state: + stat: path: "{{ apigee_home }}/edge-message-processor" register: mp_exists