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"