diff --git a/main.yaml b/main.yaml index 2b98b09..fc65f36 100644 --- a/main.yaml +++ b/main.yaml @@ -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