Enclose VFS_LIST in double quotes

* It is necessary to enclose it in double quotes. If not, the
environment variable will be empty when sourced.

Change-Id: Ic4e50dec04eee3b4cdb9d790da4af37f39c07b31
Closes-Bug: 1832378
This commit is contained in:
Nicolas Pochet 2019-06-12 11:20:38 +02:00
parent a1639fe51f
commit 1bd97059bd
No known key found for this signature in database
GPG Key ID: 9F974591C74635C7
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ VFS_BLANKET=auto
#
#VFS_LIST=ens3p0:16 ens4p0:16
{% if sriov_vfs_list -%}
VFS_LIST={{ sriov_vfs_list }}
VFS_LIST="{{ sriov_vfs_list }}"
{% endif -%}