Fix - Search root filesystem device (#8366)

pull/8404/head
Romain ALBON 2022-01-04 15:48:52 +01:00 committed by GitHub
parent 2f9a8c04dc
commit 63a53c79d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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"