updated to include version of opdk prior to 4.17.01
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml
index cbe9924..a4a5728 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -4,6 +4,7 @@
   yum:
     name: "{{ item }}"
     state: present
+    allow_downgrade: yes
   with_items: "{{ openldap }}"
   when: opdk_version | version_compare('4.17.05', '>')
 
@@ -22,7 +23,9 @@
     yum:
       name: "{{ item }}"
       state: absent
-    with_items: "{{ openldap }}"
+    with_items:
+    - "{{ openldap[1] }}"
+    - "{{ openldap[2] }}"
 
   - name: Clean yum cache
     shell: "yum clean all"