small fixes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-08-04 23:20:16 +02:00
parent f1723180de
commit e65331f1e7
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
- name: Create volume group '{{ mongodb_lvm_vg }}'
lvg:
vg: "{{ mongodb_lvm_vg }}"
pvs: "{{ mongodb_lvm_pvs|join(',') }}"
pvs: "{{ mongodb_lvm_pvs | join(',') }}"
pesize: "4"
- name: Create logical volume '{{ mongodb_lvm_lv }}'
lvol: