Skip to content
Snippets Groups Projects
Unverified Commit 63a53c79 authored by Romain ALBON's avatar Romain ALBON Committed by GitHub
Browse files

Fix - Search root filesystem device (#8366)

parent 2f9a8c04
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,10 @@ ...@@ -7,6 +7,10 @@
name: cloud-utils-growpart name: cloud-utils-growpart
state: present state: present
- name: Gather mounts facts
setup:
gather_subset: 'mounts'
- name: Search root filesystem device - name: Search root filesystem device
vars: vars:
query: "[?mount=='/'].device" query: "[?mount=='/'].device"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment