From 545f117d3eb59a9e9322d4567da0f54037eb3b74 Mon Sep 17 00:00:00 2001 From: Lee Goolsbee Date: Mon, 4 May 2020 16:26:46 -0500 Subject: [PATCH] perhaps backup/fsck options aren't supported? --- roles/nfs_server/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nfs_server/tasks/main.yml b/roles/nfs_server/tasks/main.yml index fb6acd5..a4eacf4 100644 --- a/roles/nfs_server/tasks/main.yml +++ b/roles/nfs_server/tasks/main.yml @@ -34,7 +34,7 @@ path: "{{ atl_shared_mountpoint }}" src: "LABEL={{ atl_nfs_fs_label }}" fstype: "{{ atl_nfs_fs_type }}" - opts: defaults,nofail 0 2 + opts: defaults,nofail state: mounted