diff --git a/playbook.yml b/playbook.yml index 5df6982..375008f 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,6 +1,7 @@ --- - hosts: localhost roles: + - { role: git, tags: git } - { role: base, tags: base } - { role: bash, tags: bash } - { role: zsh, tags: zsh }