diff --git a/roles/nfs_client/tasks/main.yml b/roles/nfs_client/tasks/main.yml index 79b6330d7b..3bccd8e9d2 100644 --- a/roles/nfs_client/tasks/main.yml +++ b/roles/nfs_client/tasks/main.yml @@ -1,5 +1,6 @@ - name: route config for netapp network copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1 + when: datacenter == 'phx2' or datacenter == 'rdu2' - name: check for netapp route command: ip route show