2018-03-21 21:29:54 +02:00
|
|
|
{% if ansible_distribution_version is version_compare('18.04', '==') %}
|
2018-03-17 13:25:15 +02:00
|
|
|
# 2018-03-17: no Ubuntu 18.04 "bionic" packages yet, so use 17.10 "artful"
|
|
|
|
deb https://pkg.tarsnap.com/deb/artful ./
|
|
|
|
{% else %}
|
2018-03-17 11:51:45 +02:00
|
|
|
deb https://pkg.tarsnap.com/deb/{{ ansible_distribution_release }} ./
|
2018-03-17 13:25:15 +02:00
|
|
|
{% endif %}
|