distgit: python-grokmirror is now available on epel8-infra

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-26 22:42:53 +02:00
parent b5feb98bcf
commit 1dfa047cec

View file

@ -482,7 +482,7 @@
- name: setup grokmirror for repos
package: name=python-grokmirror state=installed
when: env != "staging" and datacenter != "iad2"
when: env != "staging"
tags:
- grokmirror
- pkgs
@ -505,7 +505,7 @@
- name: run initial grokmirror run
command: /usr/bin/grok-manifest -m /srv/git/grokmirror/manifest.js.gz -t /srv/git/repositories/ creates=/srv/git/grokmirror/manifest.js.gz
when: env != "staging" and datacenter != "iad2"
when: env != "staging"
tags:
- grokmirror
- pkgs