aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt_repo/templates/repo.list.j2
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-03-18 09:50:04 +0100
committerEgor Tensin <egor@tensin.name>2024-03-18 09:50:04 +0100
commitb2c318a65d723973d01b7ad1468e9759d4ce83f7 (patch)
treef7e31173e131024bff84a9f0a97af4923fbaf97d /roles/apt_repo/templates/repo.list.j2
parentapt_repo: install apt-transport-https (diff)
downloadinfra-ansible-b2c318a65d723973d01b7ad1468e9759d4ce83f7.tar.gz
infra-ansible-b2c318a65d723973d01b7ad1468e9759d4ce83f7.zip
apt_repo: apt_repo_distro -> apt_repo_codename
Diffstat (limited to 'roles/apt_repo/templates/repo.list.j2')
-rw-r--r--roles/apt_repo/templates/repo.list.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/apt_repo/templates/repo.list.j2 b/roles/apt_repo/templates/repo.list.j2
index d7c8138..6bb03b7 100644
--- a/roles/apt_repo/templates/repo.list.j2
+++ b/roles/apt_repo/templates/repo.list.j2
@@ -1,3 +1,3 @@
{{ ansible_managed | comment }}
-deb [signed-by={{ apt_repo_key_path }}] {{ apt_repo_url }} {{ apt_repo_distro | default(ansible_distribution_release) }} {{ apt_repo_component }}
+deb [signed-by={{ apt_repo_key_path }}] {{ apt_repo_url }} {{ apt_repo_codename | default(ansible_distribution_release) }} {{ apt_repo_component }}