Add role git to playbook too
This commit is contained in:
parent
18cadd4ffa
commit
7d5f0ea4fa
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- { role: git, tags: git }
|
||||
- { role: base, tags: base }
|
||||
- { role: bash, tags: bash }
|
||||
- { role: zsh, tags: zsh }
|
||||
|
|
Loading…
Add table
Reference in a new issue