Don't include system-info role in WSL

This commit is contained in:
Kenneth Benzie 2022-08-27 17:44:22 +01:00
parent 76b6d63064
commit 5728aba7df

View File

@ -6,6 +6,7 @@
- role: neovim - role: neovim
- role: tmux - role: tmux
- role: system-info - role: system-info
when: '"WSL" not in ansible_kernel'
- role: ag - role: ag
- role: bat - role: bat