none of the armv7 instances are in createrepo channel

This commit is contained in:
Kevin Fenzi 2017-12-10 19:39:20 +00:00
parent d630a230f0
commit b55984ca31

View file

@ -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