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'