Skip to content

Commit

Permalink
Fix - Search root filesystem device (kubernetes-sigs#8366)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralbon authored Jan 4, 2022
1 parent 2f9a8c0 commit 63a53c7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
name: cloud-utils-growpart
state: present

- name: Gather mounts facts
setup:
gather_subset: 'mounts'

- name: Search root filesystem device
vars:
query: "[?mount=='/'].device"
Expand Down

0 comments on commit 63a53c7

Please sign in to comment.