commit | e36ced92fbb4210cfc01f0e1ffadca2126942f27 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias@one.verizon.com> | Wed Aug 09 15:52:41 2017 -0400 |
committer | Carlos Frias <carlos.frias@one.verizon.com> | Wed Aug 09 15:52:41 2017 -0400 |
tree | 4611b8e1fc9fde3b309283fee3e5346422c6e303 | |
parent | 2b5ab93df5727d6ca7acf138351b750e98e97451 [diff] |
updated logic
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index a8d2348..5ef1b8b 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -11,7 +11,7 @@ - name: Installation with proxy failed fail: msg: "Apigee Component failed" - when: result | failed + when: result.failed is defined and result.failed | bool - name: Wait for ready with no proxy command: '{{ apigee_all }} wait_for_ready'