fix filter

This commit is contained in:
Robert Kaussow 2018-12-09 16:52:12 +01:00
parent 5ca37b7b44
commit f950217003
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- name: Create volume group '{{ gitea_lvm_vg }}'
lvg:
vg: "{{ gitea_lvm_vg }}"
pvs: "{{ gitea_lvm_pvs|join(',') }}"
pvs: "{{ gitea_lvm_pvs | join(',') }}"
- name: Create logical volume '{{ gitea_lvm_lv }}'
lvol: