20 lines
279 B
YAML
20 lines
279 B
YAML
---
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
- role: zsh
|
|
- role: tmux
|
|
- role: neovim
|
|
- role: git
|
|
- role: python
|
|
- role: wsl
|
|
when: '"WSL" in ansible_kernel'
|
|
|
|
- hosts: windows
|
|
|
|
roles:
|
|
- role: neovim
|
|
- role: git
|
|
- role: python
|
|
- role: autohotkey
|