From 0d61d6d3ad202f127d1fd70b078dab88501aaa38 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Thu, 3 Oct 2024 21:32:56 -0400 Subject: [PATCH] feat: add thunderbird --- home.yml | 1 + roles/productivity-tools/tasks/main.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 roles/productivity-tools/tasks/main.yml diff --git a/home.yml b/home.yml index a3f1eaf..824ea67 100644 --- a/home.yml +++ b/home.yml @@ -7,3 +7,4 @@ - shell-tweaks - editor-tweaks - tool-config + - productivity-tools diff --git a/roles/productivity-tools/tasks/main.yml b/roles/productivity-tools/tasks/main.yml new file mode 100644 index 0000000..9b74a0d --- /dev/null +++ b/roles/productivity-tools/tasks/main.yml @@ -0,0 +1,5 @@ +--- +- name: Thunderbird + become: true + apt: + pkg: thunderbird