Add a cgit tag to the distgit role for cgit-related task or some of them

This commit is contained in:
Pierre-Yves Chibon 2016-12-20 11:53:28 +01:00
parent de3af0e0d0
commit 3941746aec

View file

@ -302,25 +302,33 @@
# This is the pretty web view of the repositories, using CGit.
- name: install the prod cgitrc file
copy: src=cgitrc dest=/etc/cgitrc
tags: distgit
tags:
- distgit
- cgit
notify:
- reload httpd
- name: install our custom header for cgit
template: src=cgit-header.html dest=/usr/share/cgit/cgit-header-fedora.html
tags: distgit
tags:
- distgit
- cgit
notify:
- reload httpd
- name: install the CGit-related httpd redirect config
copy: src=redirect.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org/redirect.conf
tags: distgit
tags:
- distgit
- cgit
notify:
- reload httpd
- name: install the CGit-related httpd main config
copy: src=cgit.conf dest=/etc/httpd/conf.d/cgit.conf
tags: distgit
tags:
- distgit
- cgit
notify:
- reload httpd