On Windows move git role to the beginning

This commit is contained in:
Kenneth Benzie 2022-09-10 11:52:07 +01:00
parent 5728aba7df
commit 31eba75038

View File

@ -2,6 +2,7 @@
- hosts: windows
roles:
- role: git
- role: powershell
- role: neovim
- role: system-info
@ -9,7 +10,6 @@
- role: ag
- role: bat
- role: fzf
- role: git
- role: tree
- role: llvm