add pesize to lvm to fix ansible warning
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-06-30 17:00:25 +02:00
parent ec1574236a
commit 6b1a32dbfd

View File

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