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:
parent
207296b1f8
commit
b79001f97a
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user