Merge "Use '' around module specification"

This commit is contained in:
Zuul 2021-04-14 01:51:35 +00:00 committed by Gerrit Code Review
commit 2e8c4cdfbd

View File

@ -61,7 +61,7 @@ export DIB_YUM_REPO_CONF="/etc/yum.repos.d/delorean*"
{% if dib_dnf_module_streams is defined and dib_dnf_module_streams|length > 0 %}
export DIB_DNF_MODULE_STREAMS="{{ dib_dnf_module_streams }}"
export DIB_DNF_MODULE_STREAMS='{{ dib_dnf_module_streams }}'
{% endif %}