added manual download of openldap packages
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml
index ed38967..484943d 100644
--- a/tasks/with_proxy.yml
+++ b/tasks/with_proxy.yml
@@ -34,7 +34,6 @@
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"
no_proxy: "{{ no_proxy }}"
-
rescue:
- block:
- name: Install because downgrade failure means the openldap packages are needed with proxy
@@ -47,7 +46,7 @@
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"
no_proxy: "{{ no_proxy }}"
- rescue:
+ rescue:
- name: Download openldap manually, may need to change the link
yum:
name: "{{ item }}"