Logic failure. Should be or here and not and.
This commit is contained in:
parent
118d73e3f0
commit
889bf0f32f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue