mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2024-11-12 10:04:05 +01:00
Merge pull request #80 from jeffspahr/master
Fix umount_with_children typo
This commit is contained in:
commit
a066c77ab5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user