From 7e89da26a6ac4cbd6afbdf47f6d22c8e2af23ac6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 1 Nov 2019 20:44:19 +0000 Subject: [PATCH] nfs_client: try and reload nm config after the route file is added, not after all roles. Signed-off-by: Kevin Fenzi --- roles/nfs/client/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 7aeb747e79..a5fe0511a1 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -20,6 +20,9 @@ tags: - nfs/client +# if we need to reload nm, we should do it now, not after roles. +- meta: flush_handlers + - name: check for netapp route command: ip route show register: netapproute