add pesize to lvm to fix ansible warning
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-06-30 17:00:25 +02:00
parent ec1574236a
commit 6b1a32dbfd
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
lvg:
vg: "{{ postgres_lvm_vg }}"
pvs: "{{ postgres_lvm_pvs | join(',') }}"
pesize: "4"
- name: Create logical volume '{{ postgres_lvm_lv }}'
lvol: