commit | fb8693f7a772edcc9a6f5986dc22c6edd064f8c8 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 25 13:13:00 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 25 13:13:00 2017 -0400 |
tree | 9b1bebb107cda952f12bcbfc33b1742f0114ae1c | |
parent | 68a23bffa993cf9e7754adb6ea206e09bc4f2bd2 [diff] |
updated logic
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index e83f431..7b25b28 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -1,4 +1,7 @@ --- +- name: Clear errors + meta: clear_host_errors + - name: Install pre-existing Apigee component with no proxy - {{ component }} shell: '/bin/bash {{ apigee_service }} {{ component }} install' when: opdk_debug_mode is not defined or opdk_debug_mode | trim | lower == 'off'