diff --git a/redeploy-ml102.yml b/redeploy-ml102.yml index e77004f..68d4cef 100644 --- a/redeploy-ml102.yml +++ b/redeploy-ml102.yml @@ -26,7 +26,7 @@ with_items: "{{ homes_find.files }}" - name: Remove any ML102 directories in homes - anisble.builtin.file: + ansible.builtin.file: path: "{{ item.path }}/ml102_workshop" state: absent with_items: "{{ homes_find.files }}"