summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-04-21 11:11:30 +0200
committerAhmed Abdelhalim <[email protected]>2026-04-21 11:11:30 +0200
commit70fa8fcc0496ddf3c86ac460f516fc5a703dba82 (patch)
tree1f3bfcabd70d9777bda3dc54db56184421e0ffb5 /roles
parent64e71364fbb148ab1430ab2a03b09879af8aa004 (diff)
Fix firefox role install on ubuntu gnome (missing curl dep).
Diffstat (limited to 'roles')
-rw-r--r--roles/firefox/meta/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/firefox/meta/main.yml b/roles/firefox/meta/main.yml
index cae9c8ff..285bb968 100644
--- a/roles/firefox/meta/main.yml
+++ b/roles/firefox/meta/main.yml
@@ -1,6 +1,7 @@
---
dependencies:
- role: "xdg-utils"
+ - role: "curl"
- role: "flatpak"
when: ansible_facts['os_family'] == "Debian"
galaxy_info: