2018-03-21 20:29:54 +01:00
|
|
|
{% if ansible_distribution_version is version_compare('18.04', '==') %}
|
2018-03-17 12:25:15 +01: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 10:51:45 +01:00
|
|
|
deb https://pkg.tarsnap.com/deb/{{ ansible_distribution_release }} ./
|
2018-03-17 12:25:15 +01:00
|
|
|
{% endif %}
|