Dont add netapp route on arm machines.
This commit is contained in:
parent
b02fc093b2
commit
46e456de79
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue