distgit: python-grokmirror is now available on epel8-infra
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
b5feb98bcf
commit
1dfa047cec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue