This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-live-build
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix lb-config-args for debian_components
master
Markus Katharina Brechtel
7 years ago
parent
424274cbb4
commit
9068f85557
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/lb-config-args.j2
+ 1
- 1
templates/lb-config-args.j2
View File
@@ -27,5 +27,5 @@
--backports true
{% endif %}
{% if debian_components is defined %}
--archive-areas {
% debian_components | join(",") %
}
--archive-areas {
{ debian_components | join(",") }
}
{% endif %}
Write
Preview
Loading…
Cancel
Save