Add tree role for Debina, macOS, and Windows

This commit is contained in:
Kenneth Benzie 2022-05-12 19:58:15 +01:00
parent f6e60b8417
commit c9d2e66438
6 changed files with 28 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
- name: install homebrew pacakge
homebrew:
name: tree
state: latest

View File

@ -0,0 +1,6 @@
---
- name: install apt package
become: true
apt:
name: tree
state: latest

View File

@ -0,0 +1,5 @@
---
- name: install choco package
win_chocolatey:
name: tree
state: latest

View File

@ -0,0 +1,2 @@
---
- include_tasks: '{{ansible_os_family}}.yaml'

View File

@ -4,8 +4,11 @@
roles:
- role: zsh
- role: tmux
- role: git
- role: neovim
- role: ag
- role: git
- role: tree
- role: nodejs
- role: python

View File

@ -13,10 +13,14 @@
roles:
- role: powershell
- role: git
- role: neovim
- role: ag
- role: git
- role: tree
- role: nodejs
- role: python
- role: autohotkey
- role: 1password
- role: autohotkey