From 7c2b0b2923866792e13a1474f7c7dd6cf7328d90 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 20 May 2020 17:59:15 +0200 Subject: [PATCH] distgit: a few other places where the missing dist-git needs to be accounted for Signed-off-by: Pierre-Yves Chibon --- roles/distgit/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 5e738a1a79..eaf4bed192 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -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: