Fix - Search root filesystem device (#8366)
parent
2f9a8c04dc
commit
63a53c79d0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue