set pesize for lvm to get rid of ansible warning

This commit is contained in:
Robert Kaussow 2019-06-30 14:03:42 +02:00
parent 88ce30115f
commit f0751a7009
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- block:
- name: Create volume group '{{ matrix_lvm_vg }}'
lvg:
pesize: "4"
vg: "{{ matrix_lvm_vg }}"
pvs: "{{ matrix_lvm_pvs | join(',') }}"