added common role
This commit is contained in:
parent
979948afe9
commit
7f9fb0004b
11 changed files with 45 additions and 0 deletions
4
roles/common/tasks/git.yml
Normal file
4
roles/common/tasks/git.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
- name: install git
|
||||
apt: name=git state=latest
|
||||
tags: git
|
Loading…
Add table
Add a link
Reference in a new issue