Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Nov 13, 2023
1 parent 8d12a24 commit d6fa41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redeploy-ml102.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit d6fa41f

Please sign in to comment.