commit | 9155c9502d345545e3c91703bb860bb201bc4c0f | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Oct 13 11:52:17 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Oct 13 11:52:17 2017 -0400 |
tree | 0beb782b9e4cf815d02786262936071293395d89 | |
parent | 775128e0b2fcc5688a4ad124ff5cf6346acf864e [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 6908bce..0af26c2 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -22,7 +22,7 @@ yum: name: "{{ item }}" state: absent - with_itmes: "{{ opendldap }}" + with_items: "{{ opendldap }}" - name: Clean yum cache shell: "yum clean all"