ansible-config/roles/common/tasks/git.yml

5 lines
65 B
YAML
Raw Normal View History

2015-08-29 23:37:16 +02:00
---
- name: install git
apt: name=git state=latest
tags: git