DCD-374: Tweak mount options to match recommended.

This commit is contained in:
Steve Smith
2019-05-27 09:08:14 +10:00
parent 2096e5c115
commit e9d1fd2a47

View File

@@ -11,5 +11,5 @@
path: "{{ atl_shared_mountpoint }}"
src: "{{ efs_target }}:/"
fstype: efs
opts: "rw"
opts: "defaults,_netdev"
state: mounted