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 | b5327d6ed6794e8a1714910c99fd5bd7a4c1015f (patch) | |
| tree | 1f3bfcabd70d9777bda3dc54db56184421e0ffb5 | |
| parent | e1f96b202061c3371ecb62908f1b31ca22d23ab3 (diff) | |
Fix firefox role install on ubuntu gnome (missing curl dep).
| -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: |
