Skip to content

Commit 126de55

Browse files
authored
Merge pull request #1961 from arno-pons/fix/ubuntu-24-aptconf
fix: use ubuntu repo vars in apt config for ubuntu 24 instead of hard…
2 parents 851caa2 + ed8e904 commit 126de55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Types: deb
2-
URIs: http://us.archive.ubuntu.com/ubuntu/
2+
URIs: {{ ubuntu_repo }}
33
Suites: {{ ansible_distribution_release }} {{ ansible_distribution_release }}-updates {{ ansible_distribution_release }}-backports
44
Components: main restricted universe multiverse
55
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
66

77
Types: deb
8-
URIs: http://security.ubuntu.com/ubuntu/
8+
URIs: {{ ubuntu_security_repo }}
99
Suites: {{ ansible_distribution_release }}-security
1010
Components: main restricted universe multiverse
1111
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

0 commit comments

Comments
 (0)