13 lines
126 B
YAML
13 lines
126 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- zsh
|
|
- tmux
|
|
- neovim
|
|
- git
|
|
|
|
- hosts: windows
|
|
roles:
|
|
- neovim
|
|
- git
|