This role sets up the non-standard `win_git:` module for use when managing a Windows host from within WSL on the same system.
16 lines
235 B
YAML
16 lines
235 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
|