fix duplicate when statements

This commit is contained in:
Kevin Fenzi 2017-04-17 22:03:03 +00:00
parent e7139d4ac7
commit b29c15e0fa

View file

@ -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
#