We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 851caa2 + ed8e904 commit 126de55Copy full SHA for 126de55
1 file changed
images/capi/ansible/roles/setup/templates/etc/apt/sources.list.d/ubuntu.sources.j2
@@ -1,11 +1,11 @@
1
Types: deb
2
-URIs: http://us.archive.ubuntu.com/ubuntu/
+URIs: {{ ubuntu_repo }}
3
Suites: {{ ansible_distribution_release }} {{ ansible_distribution_release }}-updates {{ ansible_distribution_release }}-backports
4
Components: main restricted universe multiverse
5
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
6
7
8
-URIs: http://security.ubuntu.com/ubuntu/
+URIs: {{ ubuntu_security_repo }}
9
Suites: {{ ansible_distribution_release }}-security
10
11
0 commit comments