mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Merge pull request #116 from stafwag/master
Reorganize the filesystem umount order.
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
- "{{ systemd_dir }}/k3s.service"
|
||||
- "{{ systemd_dir }}/k3s-node.service"
|
||||
- /etc/rancher/k3s
|
||||
- /var/lib/rancher/k3s
|
||||
- /var/lib/kubelet
|
||||
- /var/lib/rancher/k3s
|
||||
- /usr/local/bin/k3s
|
||||
|
||||
- name: daemon_reload
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
path: "{{ item }}"
|
||||
state: unmounted
|
||||
with_items:
|
||||
"{{ get_mounted_filesystems.stdout_lines }}"
|
||||
"{{ get_mounted_filesystems.stdout_lines | reverse | list }}"
|
||||
|
||||
Reference in New Issue
Block a user