updated modules used
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml
index 6af24da..5924bbd 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -27,24 +27,6 @@
 #    with_items: "{{ ldap_dependent_library_links }}"
 
   rescue:
-#    - block:
-#      - name: Install because downgrade failure means the openldap packages are needed
-#        become: yes
-#        yum:
-#          name: "{{ item }}"
-#          state: present
-#          allow_downgrade: yes
-#        with_items: "{{ openldap_2_4_40 }}"
-
-#      - name: Update LDAP dependent libraries links
-#        file:
-#          force: yes
-#          state: link
-#          src: "{{ item.src }}"
-#          path: "{{ item.path }}"
-#        with_items: "{{ ldap_dependent_library_links }}"
-
-#      rescue:
     - name: Download openldap manually, may need to change the link
       become: yes
       yum: