updated openldap package downloads
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index 4171425..3961e6e 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -33,6 +33,14 @@ name: epel-release state: absent + - name: Yum clean + shell: "yum clean all" + + - name: Remove yum cache + file: + path: /var/cache/yum + state: absent + - name: Update with EPEL 6 with no proxy yum: name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm"