diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-21 11:11:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-21 11:11:30 +0200 |
| commit | 70fa8fcc0496ddf3c86ac460f516fc5a703dba82 (patch) | |
| tree | 1f3bfcabd70d9777bda3dc54db56184421e0ffb5 /roles | |
| parent | 64e71364fbb148ab1430ab2a03b09879af8aa004 (diff) | |
Fix firefox role install on ubuntu gnome (missing curl dep).
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/firefox/meta/main.yml | 1 |
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: |
