Logic failure. Should be or here and not and.

This commit is contained in:
Kevin Fenzi 2015-06-11 20:05:53 +00:00
parent 118d73e3f0
commit 889bf0f32f

View file

@ -41,7 +41,7 @@
- apache
- fedmsg/base
- koji_hub
- { role: koji_builder, when: env == "staging" and inventory_hostname.startswith('s390') }
- { role: koji_builder, when: env == "staging" or inventory_hostname.startswith('s390') }
- { role: nfs/server, when: env == "staging" }
- { role: keepalived, when: env == "production" and inventory_hostname.startswith('koji') }
- role: nfs/client