summaryrefslogtreecommitdiffstats
path: root/roles/firefox/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-26 17:01:32 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-26 17:01:32 +0100
commiteb4148f706000eef04f7c35e12940dbe71654f95 (patch)
tree67ee077aa9944b2df5d24212498bcf772e117b1b /roles/firefox/tasks
parent067aee5a0cf1862032e6298f791879a5b773bfd4 (diff)
Fix firefox installation on debian (not using snaps)
Diffstat (limited to 'roles/firefox/tasks')
-rw-r--r--roles/firefox/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/firefox/tasks/main.yml b/roles/firefox/tasks/main.yml
index 5a75e001..e354005f 100644
--- a/roles/firefox/tasks/main.yml
+++ b/roles/firefox/tasks/main.yml
@@ -1,6 +1,6 @@
---
- name: "Include OS-specific variables"
- ansible.builtin.include_vars: "{{ ansible_os_family | lower }}.yml"
+ ansible.builtin.include_vars: "{{ ansible_distribution | lower }}.yml"
- name: "Ensure firefox is installed"
become: true