try setting AWS-recommended mount options for EBS volumes

This commit is contained in:
Lee Goolsbee
2020-05-04 16:14:17 -05:00
parent 14c067ec8f
commit 373a511bf7

View File

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