also add route in staging

This commit is contained in:
Kevin Fenzi 2017-01-04 18:26:22 +00:00
parent 5497747223
commit 9bd3c8475d

View file

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