role_apt/templates/preferences.j2

11 lines
190 B
Plaintext
Raw Normal View History

2024-06-03 18:05:23 +02:00
# {{ ansible_managed }}
2024-06-05 13:26:41 +02:00
{% for item in apt_preferences %}
Package: {{ item.package }}
Pin: {{ item.pin }}
Pin-Priority: {{ item.priority }}
{% if not loop.last %}
2024-06-05 13:26:41 +02:00
{% endif %}
{% endfor %}