Add playbook for Brave to main.

This commit is contained in:
Hyperling 2021-04-10 11:33:19 -05:00
parent c1cb922198
commit 8e30106c63
2 changed files with 2 additions and 3 deletions

View File

@ -59,9 +59,8 @@
- include: tasks/workstation/linux/software/debs.yml - include: tasks/workstation/linux/software/debs.yml
when: ansible_pkg_mgr == "apt" when: ansible_pkg_mgr == "apt"
- name: Workstation | Linux | Packages | Not Implemented - include: tasks/workstation/linux/software/brave.yml
shell: echo "Not implemented yet. :(" when: ansible_pkg_mgr == "apt"
when: ansible_system == "Linux" and not flatpak_distro
- include: tasks/workstation/linux/cron/ansible.yml - include: tasks/workstation/linux/cron/ansible.yml
when: ansible_system == "Linux" when: ansible_system == "Linux"