summaryrefslogtreecommitdiffstats
path: root/roles/git-daemon/tasks/main.yml
blob: 0571a291dd749633110eb08d31723d40a5a1a1d0 (plain)
1
2
3
4
5
6
7
---
- yum: name={{ item }} state=installed
  with_items:
  - git-daemon

- service: name=git state=started enabled=yes