diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-22 03:04:59 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-22 03:04:59 +0100 |
| commit | 7b8b6a2af4adeba5b2005e449195c1f4e8a136c6 (patch) | |
| tree | 3b98b43f73ff504c7a9118b2ba12ef20fd617016 /roles/firefox/meta | |
| parent | 8cc2cc696ec426c385f6955436ab3fa92d72acc7 (diff) | |
Refactor firefox role to use flatpak on debian
Diffstat (limited to 'roles/firefox/meta')
| -rw-r--r-- | roles/firefox/meta/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/firefox/meta/main.yml b/roles/firefox/meta/main.yml index 2f0ca096..cae9c8ff 100644 --- a/roles/firefox/meta/main.yml +++ b/roles/firefox/meta/main.yml @@ -1,6 +1,8 @@ --- dependencies: - role: "xdg-utils" + - role: "flatpak" + when: ansible_facts['os_family'] == "Debian" galaxy_info: author: "a14m" description: "Configure firefox settings and policies." |
