roles/common: Update security.sources.list for cron-apt

We need to make sure to get security updates for packages that are
not in main!
This commit is contained in:
Alan Orth 2019-07-02 00:15:58 +03:00
parent 207296b1f8
commit b79001f97a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% if ansible_distribution == 'Ubuntu' %}
deb http://security.ubuntu.com/ubuntu {{ ansible_distribution_release }}-security main restricted universe multiverse
{% elif ansible_distribution == 'Debian' %}
deb http://security.debian.org/debian-security {{ ansible_distribution_release }}/updates main
deb http://security.debian.org/debian-security {{ ansible_distribution_release }}/updates main contrib non-free
{% endif %}