This commit is contained in:
parent
6b591be8de
commit
0d61d6d3ad
2 changed files with 6 additions and 0 deletions
1
home.yml
1
home.yml
|
@ -7,3 +7,4 @@
|
||||||
- shell-tweaks
|
- shell-tweaks
|
||||||
- editor-tweaks
|
- editor-tweaks
|
||||||
- tool-config
|
- tool-config
|
||||||
|
- productivity-tools
|
||||||
|
|
5
roles/productivity-tools/tasks/main.yml
Normal file
5
roles/productivity-tools/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
- name: Thunderbird
|
||||||
|
become: true
|
||||||
|
apt:
|
||||||
|
pkg: thunderbird
|
Loading…
Reference in a new issue