diff --git a/templates/lvm.conf.j2 b/templates/lvm.conf.j2 index df570b43..4d907217 100644 --- a/templates/lvm.conf.j2 +++ b/templates/lvm.conf.j2 @@ -16,7 +16,6 @@ {% if used_lvm_devices|length <= 0 %} {# If there are no LVM devices present, allow all devices to be scanned #} {% if used_lvm_devices.append('"a/.*/"') %}{% endif %} -} {% else %} {# Append 'loop.*' to the list to help with AIO deployments. #} {% if used_lvm_devices.append('"a/loop.*/"') %}{% endif %}