| commit | 72b2751be52de9d692d2561daac430e93ad22d4a | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 16 06:39:35 2017 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Oct 16 06:39:35 2017 -0500 |
| tree | 5cad563e47a215542957444f307016b5a2ab960a | |
| parent | 55bf2f13cb51c5a6e1f03c2ab66246d7e302bb20 [diff] |
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"