also skip route on buildhw-aarch64
This commit is contained in:
parent
296297a3c1
commit
3f54dccda2
1 changed files with 1 additions and 1 deletions
|
@ -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') 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')) and 'koji' in mnt_dir
|
||||
tags:
|
||||
- nfs/client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue