From 562de337af9594e297cf91ff60071afa7bb5c5cd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 30 Oct 2019 20:06:34 +0000 Subject: [PATCH] nfs_client: reload NM after adding new storage route Signed-off-by: Kevin Fenzi --- roles/nfs/client/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index bded427ff5..7aeb747e79 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -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