updated modules used
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index 02c316a..eff02e3 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -27,14 +27,14 @@ # with_items: "{{ ldap_dependent_library_links }}" rescue: - - block: - - name: Install because downgrade failure means the openldap packages are needed - become: yes - yum: - name: "{{ item }}" - state: present - allow_downgrade: yes - with_items: "{{ openldap_2_4_40 }}" +# - block: +# - name: Install because downgrade failure means the openldap packages are needed +# become: yes +# yum: +# name: "{{ item }}" +# state: present +# allow_downgrade: yes +# with_items: "{{ openldap_2_4_40 }}" # - name: Update LDAP dependent libraries links # file: @@ -44,9 +44,9 @@ # path: "{{ item.path }}" # with_items: "{{ ldap_dependent_library_links }}" - rescue: - - name: Download openldap manually, may need to change the link - shell: "yum downgrade -y {{ openldap_manual_download | join(' ') }}" +# rescue: + - name: Download openldap manually, may need to change the link + shell: "yum downgrade -y {{ openldap_manual_download | join(' ') }}" # - name: Update LDAP dependent libraries # file: