distgit: install py3-grokmirror in staging/iad2

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-27 07:59:17 +02:00
parent c73c06acc8
commit 5b4ba6cd8e

View file

@ -482,7 +482,14 @@
- name: setup grokmirror for repos
package: name=python-grokmirror state=installed
when: env != "staging"
when: env != "staging" and datacenter != "iad2"
tags:
- grokmirror
- pkgs
- name: setup grokmirror for repos
package: name=python3-grokmirror state=installed
when: env == "staging" or datacenter == "iad2"
tags:
- grokmirror
- pkgs