ansible: Install and configure unattended-upgrades on Debian and Ubuntu
[lttng-ci.git] / automation / ansible / roles / common / templates / unattended_upgrades_extra_repos.conf.j2
1 Unattended-Upgrade::Allowed-Origins {
2 {% for entry in repos %}
3 "{{entry}}";
4 {% endfor %}
5 }
This page took 0.03224 seconds and 5 git commands to generate.