commit | e281c77cafc413231635d4b174bfa1e2db8ddaba | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Dec 12 14:22:55 2016 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Dec 12 14:22:55 2016 -0500 |
tree | f991a4c53991e495f0b350f7f32013e27029b712 | |
parent | af2dace51899c4d4233b2e22996c2e859e7d05f5 [diff] |
Added MP restart to clear the apigee-validate testing environments, org and proxies.
diff --git a/tasks/main.yml b/tasks/main.yml index 186ae32..6a5a1a4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -19,3 +19,7 @@ responses: '(?i) y/n: ': 'y' when: opdk_version | version_compare('4.16.05', '>') + +- name: Restart Edge Message Processor + ignore_errors: yes + shell: '{{ apigee_service }} edge-message-processor restart' \ No newline at end of file