commit | 09e5472c4870e9a3122ecf3292d0786c9d2500ab | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Oct 13 11:55:03 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Oct 13 11:55:03 2017 -0400 |
tree | f74a73985c268f301592c2467ee6e9489d2410f1 | |
parent | 9155c9502d345545e3c91703bb860bb201bc4c0f [diff] |
updated to include version of opdk prior to 4.17.01
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index 0af26c2..cbe9924 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -22,7 +22,7 @@ yum: name: "{{ item }}" state: absent - with_items: "{{ opendldap }}" + with_items: "{{ openldap }}" - name: Clean yum cache shell: "yum clean all"