nfs_client: reload NM after adding new storage route
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c04b160037
commit
562de337af
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
- name: route config for netapp network
|
||||
copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1
|
||||
when: (datacenter == 'phx2' or datacenter == 'staging') and ( 'koji' in mnt_dir or 'fedora/app' in mnt_dir or 'fedora_app/app' in mnt_dir )
|
||||
notify:
|
||||
- reload NetworkManager-connections
|
||||
tags:
|
||||
- nfs/client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue