mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 02:50:15 +08:00
only add osbs-client to x86_64 machines for now
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
- koji_builder
|
||||
- {
|
||||
role: osbs-client,
|
||||
when: env == 'staging',
|
||||
when: env == 'staging' and ansible_architecture == 'x86_64',
|
||||
general: {
|
||||
verbose: 0,
|
||||
build_json_dir: '/usr/share/osbs/',
|
||||
@@ -60,7 +60,7 @@
|
||||
}
|
||||
- {
|
||||
role: osbs-client,
|
||||
when: env == 'production',
|
||||
when: env == 'production' and ansible_architecture == 'x86_64',
|
||||
general: {
|
||||
verbose: 0,
|
||||
build_json_dir: '/usr/share/osbs/',
|
||||
|
||||
Reference in New Issue
Block a user