mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
fix duplicate when statements
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user