Romain ALBON
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
roles/kubernetes/preinstall/tasks/0120-growpart-azure-centos-7.yml
|
@ -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" |
|
|