From 8e30106c63cd5a23940f5ba2f2a6da71dbee4c35 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 10 Apr 2021 11:33:19 -0500 Subject: [PATCH] Add playbook for Brave to main. --- local.yml | 5 ++--- .../linux/software/{bravebrowser.yml => brave.yml} | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename tasks/workstation/linux/software/{bravebrowser.yml => brave.yml} (100%) 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