re-enable Zen browser
Some checks failed
Nix Format Check / check-format (push) Failing after 1m7s
Ansible Lint Check / check-ansible (push) Failing after 9s
Python Lint Check / check-python (push) Failing after 5s

This commit is contained in:
2025-08-27 14:54:38 +02:00
parent 00cff8ba6a
commit 5ebb22182d
3 changed files with 84 additions and 79 deletions

View File

@@ -25,13 +25,12 @@
ansible.builtin.import_tasks: tasks/workstations/snaps.yml
when: ansible_facts.packages.snapd is defined and 'microsoft-standard-WSL2' not in ansible_kernel
# Disabled for now since we are not using Zen browser anymore in favor of Brave
# - name: Include Zen browser tasks
# ansible.builtin.import_tasks: tasks/workstations/zen-browser.yml
# vars:
# browser_name: "zen"
# browser_executable: "zen"
# when: "'microsoft-standard-WSL2' not in ansible_kernel"
- name: Include Zen browser tasks
ansible.builtin.import_tasks: tasks/workstations/zen-browser.yml
vars:
browser_name: "zen"
browser_executable: "zen"
when: "'microsoft-standard-WSL2' not in ansible_kernel"
- name: Include 1Password Browsers tasks
ansible.builtin.import_tasks: tasks/workstations/1password-browsers.yml