diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 13fb92aafc..49b53e0f10 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -124,7 +124,7 @@ - name: nfs mount points (stg) production koji ro mount: > name={{ mnt_dir }} - src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/mnt/{{ nfs_src_dir }} + src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/{{ nfs_src_dir }} fstype=nfs opts=ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3 passno=0