commited current state (new functions, may not work by now)
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# {{ ansible_managed }}
|
||||
deb {{ os_update_mirrors[0] }} {{ os_update_version_codename }} main contrib non-free non-free-firmware
|
||||
deb {{ os_update_mirrors[0] }} {{ os_update_version_codename }}-updates main contrib non-free non-free-firmware
|
||||
deb {{ os_update_mirrors[0] }} {{ os_update_version_codename }}-backports main contrib non-free non-free-firmware
|
||||
deb {{ os_update_mirrors[1] }} {{ os_update_version_codename }}-security main contrib non-free non-free-firmware
|
||||
{% for mirror in os_update_mirrors %}
|
||||
{% if mirror.type == "main" %}
|
||||
deb {{ mirror.mirror }} {{ os_update_version_codename }} main contrib non-free non-free-firmware
|
||||
deb {{ mirror.mirror }} {{ os_update_version_codename }}-updates main contrib non-free non-free-firmware
|
||||
deb {{ mirror.mirror }} {{ os_update_version_codename }}-backports main contrib non-free non-free-firmware
|
||||
{% elif mirror.type == "security" %}
|
||||
deb {{ mirror.mirror }} {{ os_update_version_codename }}-security main contrib non-free non-free-firmware
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user