aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/ppa/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ppa/tasks/main.yml')
-rw-r--r--roles/ppa/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/ppa/tasks/main.yml b/roles/ppa/tasks/main.yml
index a3c3312..fbe12c0 100644
--- a/roles/ppa/tasks/main.yml
+++ b/roles/ppa/tasks/main.yml
@@ -24,3 +24,5 @@
apt_repo_key_url: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x{{ ppa_key }}'
apt_repo_url: 'https://ppa.launchpadcontent.net/{{ ppa_owner }}/{{ ppa_name }}/ubuntu'
apt_repo_codename: '{{ ppa_distro }}'
+ # All PPA repositories are Ubuntu repositories, even though they might be used on Debian:
+ apt_repo_append_distro: false