updated module
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml
index d90d47a..dc3a4a6 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -18,6 +18,7 @@
 #  when: opdk_version | version_compare('4.17.01', '>=') and opdk_version | version_compare('4.17.05', '<=')
 
 - name: Download openldap manually, may need to change the link
+  ignore_errors: yes
   become: yes
   shell: "rpm -Uvh --oldpackage {{ openldap_manual_download[0] }}"
   when: opdk_version | version_compare('4.17.01', '>=') and opdk_version | version_compare('4.17.05', '<=')