From cce6dd88aff4f5629a7ac052579130b3458d91b7 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 30 Apr 2022 17:34:19 +0100 Subject: [PATCH] Use role: in roles: --- main.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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