mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
distgit: install py3-grokmirror in staging/iad2
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user