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:
parent
6837b48fae
commit
33f22b32a4
@ -1,5 +1,5 @@
|
|||||||
{% if ansible_distribution == 'Ubuntu' %}
|
{% 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' %}
|
{% elif ansible_distribution == 'Debian' %}
|
||||||
deb http://security.debian.org/ {{ ansible_distribution_release }}/updates main
|
deb http://security.debian.org/ {{ ansible_distribution_release }}/updates main
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user