From 46e456de79dac087ce279c0847eb8ef54661c0ef Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 26 Jan 2014 01:57:30 +0000 Subject: [PATCH] Dont add netapp route on arm machines. --- roles/koji_builder/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index b83b3c9861..ffa95265d9 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -104,7 +104,7 @@ - name: run netapp route command: /etc/sysconfig/network-scripts/ifup-routes eth1 - when: netapproute.stdout.find("10.5.88.0") == -1 + when: netapproute.stdout.find("10.5.88.0") == -1 and not inventory_hostname.startswith('arm') - name: nfs mount points mount: name=/mnt/fedora_koji src=vtap-fedora-nfs01.storage.phx2.redhat.com:/vol/fedora_koji fstype=nfs opts=ro,hard,bg,intr,noatime,nodev,nosuid passno=0 dump=0 state=mounted