Browse Source

fix lb-config-args for debian_components

main
parent
commit
9068f85557
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/lb-config-args.j2

+ 1
- 1
templates/lb-config-args.j2 View File

@@ -27,5 +27,5 @@
--backports true --backports true
{% endif %} {% endif %}
{% if debian_components is defined %} {% if debian_components is defined %}
--archive-areas {% debian_components | join(",") %}
--archive-areas {{ debian_components | join(",") }}
{% endif %} {% endif %}

Loading…
Cancel
Save