mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji-builder: fix s390x staging builder not needing/wanting eth1
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
- name: run netapp route if needed in phx2
|
||||
command: /usr/bin/nmcli c up eth1
|
||||
when: netapproute.stdout.find("10.5.88.0") == -1 and datacenter == 'phx2' and not inventory_hostname.startswith(('buildvm-armv7','buildhw-aarch64')) and 'koji' in mnt_dir
|
||||
when: netapproute.stdout.find("10.5.88.0") == -1 and datacenter == 'phx2' and not inventory_hostname.startswith(('buildvm-armv7','buildhw-aarch64','buildvm-s390x')) and 'koji' in mnt_dir
|
||||
tags:
|
||||
- nfs/client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user