mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
rdu doesnt need a route so dont ask for one
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user