Update..
This commit is contained in:
11
roles/common/templates/etc/apt/sources.list.Ubuntu.j2
Normal file
11
roles/common/templates/etc/apt/sources.list.Ubuntu.j2
Normal file
@ -0,0 +1,11 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
deb {{ apt_ubuntu_mirror }} {{ ansible_lsb.codename }} main restricted universe multiverse
|
||||
deb {{ apt_ubuntu_mirror }} {{ ansible_lsb.codename }}-updates main restricted universe multiverse
|
||||
|
||||
deb http://security.ubuntu.com/ubuntu {{ ansible_lsb.codename }}-security main restricted universe multiverse
|
||||
|
||||
{% if apt_backports_enable %}
|
||||
deb {{ apt_ubuntu_mirror }} {{ ansible_lsb.codename }}-backports main restricted universe multiverse
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user