added zen browser package

This commit is contained in:
Matthew Stobbs
2025-03-19 21:10:20 -06:00
parent eb46fe09e9
commit ba54af35e6

14
tasks/pkgs/zenbrowser.yml Normal file
View File

@@ -0,0 +1,14 @@
- name: Install for Linux via flatpak
when:
- ansible_system == 'Linux'
notify:
- Depend flatpak
changed_when: true
ansible.builtin.set_fact:
pkg_flatpak: "{{ pkg_flatpak + ['app.zen_browser.zen'] }}"
- name: Install for MacOSX using homebrew cask
when:
- ansible_system == 'Darwin'
ansible.builtin.set_fact:
pkg_cask: "{{ pkg_cask + ['zen-browser'] }}"