only add osbs-client to x86_64 machines for now

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller
2016-07-12 22:36:02 +00:00
parent 6b263dfd0e
commit 0b26309c35

View File

@@ -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/',