add flatpak option for firefox

This commit is contained in:
Matthew Stobbs
2025-09-04 18:00:15 -06:00
parent 9598ba87d2
commit 6662db25db
3 changed files with 24 additions and 1 deletions

6
tasks/config/firefox.yml Normal file
View File

@@ -0,0 +1,6 @@
# vim: set filetype=yaml.ansible :
---
- name: Load firefox pkgconfig
ansible.bulitin.set_fact:
firefox:
method: "{{ pkgconfig.firefox.method[ansible_os_family] | default(pkgconfig.firefox.method.default) }}"