rdu doesnt need a route so dont ask for one
This commit is contained in:
parent
050682457b
commit
0498b53e9b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
- name: route config for netapp network
|
- name: route config for netapp network
|
||||||
copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1
|
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:
|
tags:
|
||||||
- nfs/client
|
- nfs/client
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue