diff --git a/local.yml b/local.yml index 6c69d81..c72e43c 100644 --- a/local.yml +++ b/local.yml @@ -59,9 +59,8 @@ - include: tasks/workstation/linux/software/debs.yml when: ansible_pkg_mgr == "apt" - - name: Workstation | Linux | Packages | Not Implemented - shell: echo "Not implemented yet. :(" - when: ansible_system == "Linux" and not flatpak_distro + - include: tasks/workstation/linux/software/brave.yml + when: ansible_pkg_mgr == "apt" - include: tasks/workstation/linux/cron/ansible.yml when: ansible_system == "Linux" diff --git a/tasks/workstation/linux/software/bravebrowser.yml b/tasks/workstation/linux/software/brave.yml similarity index 100% rename from tasks/workstation/linux/software/bravebrowser.yml rename to tasks/workstation/linux/software/brave.yml