rdu doesnt need a route so dont ask for one

This commit is contained in:
Stephen Smoogen 2017-12-01 03:06:19 +00:00
parent 050682457b
commit 0498b53e9b

View file

@ -8,7 +8,7 @@
- name: route config for netapp network
copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1
when: datacenter == 'phx2' or datacenter == 'rdu' or datacenter == 'staging'
when: datacenter == 'phx2' or datacenter == 'staging'
tags:
- nfs/client