Add role git to playbook too

This commit is contained in:
flyingscorpio@clevo 2022-03-01 10:42:30 +01:00
parent 18cadd4ffa
commit 7d5f0ea4fa

View file

@ -1,6 +1,7 @@
---
- hosts: localhost
roles:
- { role: git, tags: git }
- { role: base, tags: base }
- { role: bash, tags: bash }
- { role: zsh, tags: zsh }