14 lines
139 B
YAML
14 lines
139 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- zsh
|
|
- tmux
|
|
- neovim
|
|
- git
|
|
- python
|
|
|
|
- hosts: windows
|
|
roles:
|
|
- neovim
|
|
- git
|