22 lines
300 B
YAML
22 lines
300 B
YAML
---
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
- role: zsh
|
|
- role: neovim
|
|
- role: tmux
|
|
- role: system-info
|
|
|
|
- role: ag
|
|
- role: bat
|
|
- role: git
|
|
- role: op
|
|
- role: tree
|
|
|
|
- role: llvm
|
|
- role: nodejs
|
|
- role: python
|
|
|
|
- role: wsl
|
|
when: '"WSL" in ansible_kernel'
|