role_apt/templates/preferences.j2

11 lines
190 B
Django/Jinja

# {{ ansible_managed }}
{% for item in apt_preferences %}
Package: {{ item.package }}
Pin: {{ item.pin }}
Pin-Priority: {{ item.priority }}
{% if not loop.last %}
{% endif %}
{% endfor %}