perhaps backup/fsck options aren't supported?

This commit is contained in:
Lee Goolsbee
2020-05-04 16:26:46 -05:00
parent 373a511bf7
commit 545f117d3e

View File

@@ -34,7 +34,7 @@
path: "{{ atl_shared_mountpoint }}" path: "{{ atl_shared_mountpoint }}"
src: "LABEL={{ atl_nfs_fs_label }}" src: "LABEL={{ atl_nfs_fs_label }}"
fstype: "{{ atl_nfs_fs_type }}" fstype: "{{ atl_nfs_fs_type }}"
opts: defaults,nofail 0 2 opts: defaults,nofail
state: mounted state: mounted