From ce47b0d808da622294cee92107564f8a1ae94c1b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 18 Mar 2024 09:57:43 +0100 Subject: apt_repo: append distribution by default --- roles/apt_repo/defaults/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/apt_repo/defaults/main.yml') diff --git a/roles/apt_repo/defaults/main.yml b/roles/apt_repo/defaults/main.yml index d4f4d2b..4168bfd 100644 --- a/roles/apt_repo/defaults/main.yml +++ b/roles/apt_repo/defaults/main.yml @@ -3,6 +3,11 @@ #apt_repo_key_url: #apt_repo_codename: +# Often, APT repository URLs would end with either /debian or /ubuntu. +# For ease of use, this is appended by default. Set to false to disable this +# behaviour. +apt_repo_append_distro: true + # This is a fairly common "component" part value in the repository file. apt_repo_component: main -- cgit v1.2.3