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 59d1ae9..51cd42a 100644
--- a/tasks/with_no_proxy.yml
+++ b/tasks/with_no_proxy.yml
@@ -59,7 +59,7 @@
 #    with_items: "{{ openldap_manual_download }}"
 
   become: yes
-  when: opdk_version | version_compare('4.17.05', '<=')
+  when: opdk_version | version_compare('4.17.05', '<=') and ansible_distribution_major_version | version_compare("7", ">" )
 
 #  - name: Downgrade openldap packages if needed
 #    become: yes