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:
Pierre-Yves Chibon 2020-05-20 17:59:15 +02:00
parent 54cbb646a5
commit 7c2b0b2923

View file

@ -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: