From 1db259a76254815a64a6ed2d8d2ec73738d3109a Mon Sep 17 00:00:00 2001 From: Dale Anderson Date: Fri, 17 Mar 2023 11:58:49 -0700 Subject: [PATCH] Apply cheap temporary workaround for #5 --- server/handlers/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/server/handlers/main.yml b/server/handlers/main.yml index aaed375..60906c2 100644 --- a/server/handlers/main.yml +++ b/server/handlers/main.yml @@ -9,3 +9,4 @@ name: nfs-config state: restarted when: nfs_service_is_installed | default(False) | bool + ignore_errors: true # Quick and dirty band-aid until https://github.com/AcroMedia/ansible-role-nfs/issues/5 is addressed properly.