add pesize to lvm to fix ansible warning
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ec1574236a
commit
6b1a32dbfd
@ -12,6 +12,7 @@
|
||||
lvg:
|
||||
vg: "{{ postgres_lvm_vg }}"
|
||||
pvs: "{{ postgres_lvm_pvs | join(',') }}"
|
||||
pesize: "4"
|
||||
|
||||
- name: Create logical volume '{{ postgres_lvm_lv }}'
|
||||
lvol:
|
||||
|
Loading…
Reference in New Issue
Block a user