nfs_client: reload NM after adding new storage route

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-10-30 20:06:34 +00:00 committed by Pierre-Yves Chibon
parent c04b160037
commit 562de337af

View file

@ -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