From 0b0a57d600e0395a6ffd3c804f76cb857470c9a3 Mon Sep 17 00:00:00 2001 From: Lee Goolsbee Date: Mon, 4 May 2020 16:31:56 -0500 Subject: [PATCH] ah, passno --- roles/nfs_server/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nfs_server/tasks/main.yml b/roles/nfs_server/tasks/main.yml index a4eacf4..f82a301 100644 --- a/roles/nfs_server/tasks/main.yml +++ b/roles/nfs_server/tasks/main.yml @@ -35,6 +35,7 @@ src: "LABEL={{ atl_nfs_fs_label }}" fstype: "{{ atl_nfs_fs_type }}" opts: defaults,nofail + passno: 2 state: mounted