From 873e36297ab2a98086051b726f424cf2436decfc Mon Sep 17 00:00:00 2001 From: Lee Goolsbee Date: Mon, 4 May 2020 17:10:58 -0500 Subject: [PATCH] passno should be a string --- 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 f82a301..44fc8b0 100644 --- a/roles/nfs_server/tasks/main.yml +++ b/roles/nfs_server/tasks/main.yml @@ -35,7 +35,7 @@ src: "LABEL={{ atl_nfs_fs_label }}" fstype: "{{ atl_nfs_fs_type }}" opts: defaults,nofail - passno: 2 + passno: "2" state: mounted