DCD-386: Tweaks to NFS config.

This commit is contained in:
Steve Smith
2019-05-30 13:27:22 +10:00
parent 383dd27f6a
commit 5527451e51
2 changed files with 2 additions and 2 deletions

View File

@@ -13,5 +13,5 @@
path: "{{ atl_shared_mountpoint }}"
src: "{{ atl_fileserver_host }}:{{ atl_shared_mountpoint }}"
fstype: nfs
opts: "rw,nfsvers=4,_netdev"
opts: "rw,nfsvers=4.1,_netdev"
state: mounted