diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 3f3ddcf801..10e6d277c1 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -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