DCD-374: Use native EFS mount type.

This commit is contained in:
Steve Smith
2019-05-27 08:51:58 +10:00
parent 91e40df69b
commit 0d9f60adee

View File

@@ -10,6 +10,6 @@
mount:
path: "{{ atl_shared_mountpoint }}"
src: "{{ efs_target }}:/"
fstype: nfs4
opts: "rw,vers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2"
fstype: efs
opts: "rw"
state: mounted