distgit: a few other places where the missing dist-git needs to be accounted for
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
54cbb646a5
commit
7c2b0b2923
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,7 @@
|
|||
|
||||
- name: install the DistGit related httpd config
|
||||
copy: src=git-smart-http.conf dest=/etc/httpd/conf.d/dist-git/git-smart-http.conf
|
||||
when: env != "staging"
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
|
@ -180,6 +181,7 @@
|
|||
|
||||
- name: Symlink pkgs-git-repos-list
|
||||
copy: src=repolist.conf dest=/etc/httpd/conf.d/dist-git/repolist.conf
|
||||
when: env != "staging"
|
||||
notify:
|
||||
- reload httpd
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue