feat: add tree role

This commit is contained in:
Oliver Davies 2022-03-30 23:58:34 +01:00
parent dd14486223
commit 805eaedd6f
2 changed files with 8 additions and 0 deletions

View file

@ -17,6 +17,7 @@
- role: pv
- role: ripgrep
- role: tldr
- role: tree
- role: tmux
- role: zsh
- role: zsh-antigen

View file

@ -0,0 +1,7 @@
---
- name: Install
ansible.builtin.package:
name:
- tree
state: latest
become: true