summaryrefslogtreecommitdiffstats
path: root/roles/cgit/tasks/main.yml
blob: ea9972fd2e56929626baa1d89b52a7c0a97a51f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- yum: name={{ item }} state=installed
  with_items:
  - cgit

- lineinfile: dest=/etc/cgitrc line=include=/etc/cgitrepos 

- copy: mode=0644 src=cgitrepos  dest=/etc/cgitrepos

- copy: mode=0644 src=cgit.httpd.conf  dest=/etc/httpd/conf.d/cgit.conf
  notify: restart httpd