roles/common: Update sources for cron-apt

The system's apt configuration is using restricted and multiverse
so the security sources list should as well.
This commit is contained in:
2016-05-05 12:16:37 +03:00
parent 6837b48fae
commit 33f22b32a4

View File

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