From 2e9a9a084d9637d8a4ac24e28c484d7868b7a255 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 10 Jan 2025 13:55:39 -0800 Subject: [PATCH] nfs/client: rpc-idmap is a static service that will restart when needed, so no need to try and restart it anymore Signed-off-by: Kevin Fenzi --- roles/nfs/client/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 672adc977b..99323eb519 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -4,8 +4,6 @@ copy: src=idmapd.conf dest=/etc/idmapd.conf tags: - nfs/client - notify: - - restart idmapd # if we need to reload nm, we should do it now, not after roles. - meta: flush_handlers