# {{ ansible_managed }} {% 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 %}