updated how openldap is configured and installed.
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml
index cdaa7ba..5cb9e23 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -4,7 +4,6 @@
   yum:
     name: "{{ item }}"
     state: present
-    allow_downgrade: yes
   with_items: "{{ openldap_packages }}"
 
 - name: Downgrade openldap packages if needed