Use role: in roles:

This commit is contained in:
Kenneth Benzie 2022-04-30 17:34:19 +01:00
parent d32393c990
commit cce6dd88af

View File

@ -1,13 +1,13 @@
---
- hosts: localhost
roles:
- zsh
- tmux
- neovim
- git
- python
- role: zsh
- role: tmux
- role: neovim
- role: git
- role: python
- hosts: windows
roles:
- neovim
- git
- role: neovim
- role: git