distgit: install py3-grokmirror in staging/iad2
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
c73c06acc8
commit
5b4ba6cd8e
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue