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 - hosts: localhost
roles: roles:
- zsh - role: zsh
- tmux - role: tmux
- neovim - role: neovim
- git - role: git
- python - role: python
- hosts: windows - hosts: windows
roles: roles:
- neovim - role: neovim
- git - role: git