From f22e76c8ac4559b53bd6bdbb161663211e855c7d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 31 Dec 2018 00:06:29 +0000 Subject: [PATCH] koji-builder: fix s390x staging builder not needing/wanting eth1 Signed-off-by: Kevin Fenzi --- roles/nfs/client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 2d27541325..8aeb7be030 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -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