Skip to content

Commit

Permalink
Merge pull request #116 from stafwag/master
Browse files Browse the repository at this point in the history
Reorganize the filesystem umount order.
  • Loading branch information
St0rmingBr4in authored Feb 14, 2021
2 parents 456166e + fe7bdf8 commit f1163ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/reset/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/reset/tasks/umount_with_children.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
path: "{{ item }}"
state: unmounted
with_items:
"{{ get_mounted_filesystems.stdout_lines }}"
"{{ get_mounted_filesystems.stdout_lines | reverse | list }}"

0 comments on commit f1163ff

Please sign in to comment.