aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt_repo/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apt_repo/tasks/main.yml')
-rw-r--r--roles/apt_repo/tasks/main.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/apt_repo/tasks/main.yml b/roles/apt_repo/tasks/main.yml
index 83ce845..8cee575 100644
--- a/roles/apt_repo/tasks/main.yml
+++ b/roles/apt_repo/tasks/main.yml
@@ -25,7 +25,9 @@
- name: Get host distro
ansible.builtin.setup:
- gather_subset: [distribution_release]
+ gather_subset:
+ - distribution
+ - distribution_release
# Not using the apt_repository module, since it _adds_ a new repository
# in the .list file. That way, we can end up with an invalid repository