do not apply osbs-client with prod settings to staging

This commit is contained in:
Kevin Fenzi 2016-07-20 21:26:53 +00:00
parent 670be2873c
commit f6c5f6295e

View file

@ -63,7 +63,7 @@
}
- {
role: osbs-client,
when: env == 'staging',
when: env != 'staging',
general: {
verbose: 0,
build_json_dir: '/usr/share/osbs/',