commit | c08ee7498c88f12e10bc6b45480a07d989b41edc | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias@one.verizon.com> | Thu Sep 28 10:22:11 2017 -0400 |
committer | Carlos Frias <carlos.frias@one.verizon.com> | Thu Sep 28 10:22:11 2017 -0400 |
tree | cbf13ae91b343bb6107ec3d8bc3f3f7e67963f8c | |
parent | 1807c0712abf175bc3273fe244f206d3135fdead [diff] |
updated how openldap is configured and installed.
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index cdaa7ba..5cb9e23 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -4,7 +4,6 @@ yum: name: "{{ item }}" state: present - allow_downgrade: yes with_items: "{{ openldap_packages }}" - name: Downgrade openldap packages if needed