none of the armv7 instances are in createrepo channel
This commit is contained in:
parent
d630a230f0
commit
b55984ca31
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
- name: run netapp route if needed in phx2
|
||||
command: /etc/sysconfig/network-scripts/ifup-routes eth1
|
||||
when: netapproute.stdout.find("10.5.88.0") == -1 and datacenter == 'phx2'
|
||||
when: netapproute.stdout.find("10.5.88.0") == -1 and datacenter == 'phx2' and not inventory_hostname.startswith('buildvm-armv7')
|
||||
tags:
|
||||
- nfs/client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue