role_apt/templates/preferences.j2

11 lines
190 B
Plaintext
Raw Normal View History

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