Skip to content

Commit

Permalink
Fix umount_with_children typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffspahr authored Aug 17, 2020
1 parent 76e1c78 commit cf65304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/reset/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
failed_when: false

- name: Umount k3s filesystems
include_tasks: umount_with_childeren.yml
include_tasks: umount_with_children.yml
with_items:
- /run/k3s
- /var/lib/kubelet
Expand Down

0 comments on commit cf65304

Please sign in to comment.