Skip to content
Snippets Groups Projects
Commit d3fdfee2 authored by Erwan Miran's avatar Erwan Miran
Browse files

Only subdirectories in /var/lib/kubelet should be unmounted

parent cbb95915
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@
- docker
- name: reset | gather mounted kubelet dirs
shell: mount | grep /var/lib/kubelet | awk '{print $3}' | tac
shell: mount | grep /var/lib/kubelet/ | awk '{print $3}' | tac
check_mode: no
register: mounted_dirs
tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment