fix duplicate when statements
This commit is contained in:
parent
e7139d4ac7
commit
b29c15e0fa
1 changed files with 1 additions and 2 deletions
|
@ -176,10 +176,9 @@
|
|||
# oz.cfg upstream ram and cpu definitions are not enough
|
||||
- name: oz.cfg
|
||||
copy: src=oz.cfg dest=/etc/oz/oz.cfg
|
||||
when: not inventory_hostname.startswith('buildppc')
|
||||
when: not inventory_hostname.startswith(('buildppc','buildvm-s390x'))
|
||||
tags:
|
||||
- koji_builder
|
||||
when: ansible_architecture != 's390x'
|
||||
|
||||
# install libvirtd.conf
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue