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: